HSL(31, 72%, 74%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,72%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 72%, 74%) | color: hsl(31, 72%, 74%) | |
| HEX | #ECBE8D | color: #ECBE8D | |
| RGB | rgb(236, 190, 141) | color: rgb(236, 190, 141) | |
| CMYK | cmyk(0%, 19%, 40%, 7%) | — | |
| HSV | hsv(31, 40%, 93%) | — | |
| HWB | hwb(31 56% 7%) | color: hwb(31 56% 7%) | |
| OKLCH | oklch(0.8309 0.083 68.05) | color: oklch(0.8309 0.083 68.05) | |
| Lab | lab(79.95 10.09 30.99) | color: lab(79.95 10.09 30.99) | |
| LCH | lch(79.95 32.59 71.97) | color: lch(79.95 32.59 71.97) |
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)
#D8D899 — rgb(216, 216, 153)
Deuteranopia (Green-blind)
#DBDE9C — rgb(219, 222, 156)
Tritanopia (Blue-blind)
#EAA2A4 — rgb(234, 162, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 72%, 74%);
text
color: hsl(31, 72%, 74%);
border
border: 2px solid hsl(31, 72%, 74%);
gradient light
background: linear-gradient(to right, hsl(31, 72%, 94%), hsl(31, 72%, 74%));
gradient dark
background: linear-gradient(to right, hsl(31, 72%, 74%), hsl(31, 72%, 54%))
hex
background-color: #ECBE8D;
tailwind
bg-[hsl(31,72%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 72%, 74%, 0.4);
css variable
--color-primary: hsl(31, 72%, 74%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 72%, 74%)?
HEX: #ECBE8D | RGB: rgb(236, 190, 141) | CMYK: 0%, 19%, 40%, 7% | HSV: 31°, 40%, 93%. Copy any format from the conversion table above.
What colors go well with #ECBE8D?
The complementary color is HSL(211, 72%, 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, 72%, 74%) in CSS?
As HSL: color: hsl(31, 72%, 74%); — As HEX: color: #ECBE8D; — As RGB: color: rgb(236, 190, 141); — Tailwind CSS: bg-[hsl(31,72%,74%)] — CSS variable: --color-primary: hsl(31, 72%, 74%);