HSL(31, 50%, 74%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,50%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 50%, 74%) | color: hsl(31, 50%, 74%) | |
| HEX | #DEBE9C | color: #DEBE9C | |
| RGB | rgb(222, 190, 156) | color: rgb(222, 190, 156) | |
| CMYK | cmyk(0%, 14%, 30%, 13%) | — | |
| HSV | hsv(31, 30%, 87%) | — | |
| HWB | hwb(31 61% 13%) | color: hwb(31 61% 13%) | |
| OKLCH | oklch(0.8206 0.0585 68.57) | color: oklch(0.8206 0.0585 68.57) | |
| Lab | lab(78.9 6.43 21.42) | color: lab(78.9 6.43 21.42) | |
| LCH | lch(78.9 22.36 73.29) | color: lch(78.9 22.36 73.29) |
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)
#D0D0A4 — rgb(208, 208, 164)
Deuteranopia (Green-blind)
#D2D4A6 — rgb(210, 212, 166)
Tritanopia (Blue-blind)
#DCABAC — rgb(220, 171, 172)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 50%, 74%);
text
color: hsl(31, 50%, 74%);
border
border: 2px solid hsl(31, 50%, 74%);
gradient light
background: linear-gradient(to right, hsl(31, 50%, 94%), hsl(31, 50%, 74%));
gradient dark
background: linear-gradient(to right, hsl(31, 50%, 74%), hsl(31, 50%, 54%))
hex
background-color: #DEBE9C;
tailwind
bg-[hsl(31,50%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 50%, 74%, 0.4);
css variable
--color-primary: hsl(31, 50%, 74%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 50%, 74%)?
HEX: #DEBE9C | RGB: rgb(222, 190, 156) | CMYK: 0%, 14%, 30%, 13% | HSV: 31°, 30%, 87%. Copy any format from the conversion table above.
What colors go well with #DEBE9C?
The complementary color is HSL(211, 50%, 74%). 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, 50%, 74%) in CSS?
As HSL: color: hsl(31, 50%, 74%); — As HEX: color: #DEBE9C; — As RGB: color: rgb(222, 190, 156); — Tailwind CSS: bg-[hsl(31,50%,74%)] — CSS variable: --color-primary: hsl(31, 50%, 74%);