HSL(31, 19%, 72%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(31,19%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 19%, 72%) | color: hsl(31, 19%, 72%) | |
| HEX | #C5B8AA | color: #C5B8AA | |
| RGB | rgb(197, 184, 170) | color: rgb(197, 184, 170) | |
| CMYK | cmyk(0%, 7%, 14%, 23%) | — | |
| HSV | hsv(31, 14%, 77%) | — | |
| HWB | hwb(31 66% 23%) | color: hwb(31 66% 23%) | |
| OKLCH | oklch(0.7895 0.0244 69.53) | color: oklch(0.7895 0.0244 69.53) | |
| Lab | lab(75.49 2.23 8.77) | color: lab(75.49 2.23 8.77) | |
| LCH | lch(75.49 9.05 75.73) | color: lch(75.49 9.05 75.73) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#BFBFAD — rgb(191, 191, 173)
Deuteranopia (Green-blind)
#C0C1AE — rgb(192, 193, 174)
Tritanopia (Blue-blind)
#C4B0B1 — rgb(196, 176, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 19%, 72%);
text
color: hsl(31, 19%, 72%);
border
border: 2px solid hsl(31, 19%, 72%);
gradient light
background: linear-gradient(to right, hsl(31, 19%, 92%), hsl(31, 19%, 72%));
gradient dark
background: linear-gradient(to right, hsl(31, 19%, 72%), hsl(31, 19%, 52%))
hex
background-color: #C5B8AA;
tailwind
bg-[hsl(31,19%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 19%, 72%, 0.4);
css variable
--color-primary: hsl(31, 19%, 72%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 19%, 72%)?
HEX: #C5B8AA | RGB: rgb(197, 184, 170) | CMYK: 0%, 7%, 14%, 23% | HSV: 31°, 14%, 77%. Copy any format from the conversion table above.
What colors go well with #C5B8AA?
The complementary color is HSL(211, 19%, 72%). For a triadic harmony, use hues 31°, 151°, and 271°. For analogous combinations, try hues 1° and 61°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(31, 19%, 72%) in CSS?
As HSL: color: hsl(31, 19%, 72%); — As HEX: color: #C5B8AA; — As RGB: color: rgb(197, 184, 170); — Tailwind CSS: bg-[hsl(31,19%,72%)] — CSS variable: --color-primary: hsl(31, 19%, 72%);