HSL(31, 32%, 72%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,32%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 32%, 72%) | color: hsl(31, 32%, 72%) | |
| HEX | #CEB8A1 | color: #CEB8A1 | |
| RGB | rgb(206, 184, 161) | color: rgb(206, 184, 161) | |
| CMYK | cmyk(0%, 11%, 22%, 19%) | — | |
| HSV | hsv(31, 22%, 81%) | — | |
| HWB | hwb(31 63% 19%) | color: hwb(31 63% 19%) | |
| OKLCH | oklch(0.7952 0.0404 68.44) | color: oklch(0.7952 0.0404 68.44) | |
| Lab | lab(76.06 4.2 14.56) | color: lab(76.06 4.2 14.56) | |
| LCH | lch(76.06 15.15 73.91) | color: lch(76.06 15.15 73.91) |
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)
#C4C4A7 — rgb(196, 196, 167)
Deuteranopia (Green-blind)
#C6C7A8 — rgb(198, 199, 168)
Tritanopia (Blue-blind)
#CDABAC — rgb(205, 171, 172)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 32%, 72%);
text
color: hsl(31, 32%, 72%);
border
border: 2px solid hsl(31, 32%, 72%);
gradient light
background: linear-gradient(to right, hsl(31, 32%, 92%), hsl(31, 32%, 72%));
gradient dark
background: linear-gradient(to right, hsl(31, 32%, 72%), hsl(31, 32%, 52%))
hex
background-color: #CEB8A1;
tailwind
bg-[hsl(31,32%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 32%, 72%, 0.4);
css variable
--color-primary: hsl(31, 32%, 72%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 32%, 72%)?
HEX: #CEB8A1 | RGB: rgb(206, 184, 161) | CMYK: 0%, 11%, 22%, 19% | HSV: 31°, 22%, 81%. Copy any format from the conversion table above.
What colors go well with #CEB8A1?
The complementary color is HSL(211, 32%, 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, 32%, 72%) in CSS?
As HSL: color: hsl(31, 32%, 72%); — As HEX: color: #CEB8A1; — As RGB: color: rgb(206, 184, 161); — Tailwind CSS: bg-[hsl(31,32%,72%)] — CSS variable: --color-primary: hsl(31, 32%, 72%);