HSL(31, 21%, 73%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,21%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 21%, 73%) | color: hsl(31, 21%, 73%) | |
| HEX | #C9BBAC | color: #C9BBAC | |
| RGB | rgb(201, 187, 172) | color: rgb(201, 187, 172) | |
| CMYK | cmyk(0%, 7%, 14%, 21%) | — | |
| HSV | hsv(31, 14%, 79%) | — | |
| HWB | hwb(31 68% 21%) | color: hwb(31 68% 21%) | |
| OKLCH | oklch(0.7996 0.0262 69.36) | color: oklch(0.7996 0.0262 69.36) | |
| Lab | lab(76.64 2.43 9.38) | color: lab(76.64 2.43 9.38) | |
| LCH | lch(76.64 9.69 75.48) | color: lch(76.64 9.69 75.48) |
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)
#C3C3B0 — rgb(195, 195, 176)
Deuteranopia (Green-blind)
#C4C5B1 — rgb(196, 197, 177)
Tritanopia (Blue-blind)
#C8B2B3 — rgb(200, 178, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 21%, 73%);
text
color: hsl(31, 21%, 73%);
border
border: 2px solid hsl(31, 21%, 73%);
gradient light
background: linear-gradient(to right, hsl(31, 21%, 93%), hsl(31, 21%, 73%));
gradient dark
background: linear-gradient(to right, hsl(31, 21%, 73%), hsl(31, 21%, 53%))
hex
background-color: #C9BBAC;
tailwind
bg-[hsl(31,21%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 21%, 73%, 0.4);
css variable
--color-primary: hsl(31, 21%, 73%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 21%, 73%)?
HEX: #C9BBAC | RGB: rgb(201, 187, 172) | CMYK: 0%, 7%, 14%, 21% | HSV: 31°, 14%, 79%. Copy any format from the conversion table above.
What colors go well with #C9BBAC?
The complementary color is HSL(211, 21%, 73%). 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, 21%, 73%) in CSS?
As HSL: color: hsl(31, 21%, 73%); — As HEX: color: #C9BBAC; — As RGB: color: rgb(201, 187, 172); — Tailwind CSS: bg-[hsl(31,21%,73%)] — CSS variable: --color-primary: hsl(31, 21%, 73%);