HSL(31, 70%, 74%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,70%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 70%, 74%) | color: hsl(31, 70%, 74%) | |
| HEX | #EBBE8E | color: #EBBE8E | |
| RGB | rgb(235, 190, 142) | color: rgb(235, 190, 142) | |
| CMYK | cmyk(0%, 19%, 40%, 8%) | — | |
| HSV | hsv(31, 40%, 92%) | — | |
| HWB | hwb(31 55% 8%) | color: hwb(31 55% 8%) | |
| OKLCH | oklch(0.8301 0.0814 68.14) | color: oklch(0.8301 0.0814 68.14) | |
| Lab | lab(79.87 9.8 30.34) | color: lab(79.87 9.8 30.34) | |
| LCH | lch(79.87 31.88 72.1) | color: lch(79.87 31.88 72.1) |
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)
#D8D79A — rgb(216, 215, 154)
Deuteranopia (Green-blind)
#DADE9C — rgb(218, 222, 156)
Tritanopia (Blue-blind)
#E9A3A5 — rgb(233, 163, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 70%, 74%);
text
color: hsl(31, 70%, 74%);
border
border: 2px solid hsl(31, 70%, 74%);
gradient light
background: linear-gradient(to right, hsl(31, 70%, 94%), hsl(31, 70%, 74%));
gradient dark
background: linear-gradient(to right, hsl(31, 70%, 74%), hsl(31, 70%, 54%))
hex
background-color: #EBBE8E;
tailwind
bg-[hsl(31,70%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 70%, 74%, 0.4);
css variable
--color-primary: hsl(31, 70%, 74%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 70%, 74%)?
HEX: #EBBE8E | RGB: rgb(235, 190, 142) | CMYK: 0%, 19%, 40%, 8% | HSV: 31°, 40%, 92%. Copy any format from the conversion table above.
What colors go well with #EBBE8E?
The complementary color is HSL(211, 70%, 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, 70%, 74%) in CSS?
As HSL: color: hsl(31, 70%, 74%); — As HEX: color: #EBBE8E; — As RGB: color: rgb(235, 190, 142); — Tailwind CSS: bg-[hsl(31,70%,74%)] — CSS variable: --color-primary: hsl(31, 70%, 74%);