HSL(31, 72%, 72%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,72%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 72%, 72%) | color: hsl(31, 72%, 72%) | |
| HEX | #EBB984 | color: #EBB984 | |
| RGB | rgb(235, 185, 132) | color: rgb(235, 185, 132) | |
| CMYK | cmyk(0%, 21%, 44%, 8%) | — | |
| HSV | hsv(31, 44%, 92%) | — | |
| HWB | hwb(31 52% 8%) | color: hwb(31 52% 8%) | |
| OKLCH | oklch(0.8187 0.0898 67.66) | color: oklch(0.8187 0.0898 67.66) | |
| Lab | lab(78.48 11.37 33.75) | color: lab(78.48 11.37 33.75) | |
| LCH | lch(78.48 35.61 71.38) | color: lch(78.48 35.61 71.38) |
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)
#D5D591 — rgb(213, 213, 145)
Deuteranopia (Green-blind)
#D8DC94 — rgb(216, 220, 148)
Tritanopia (Blue-blind)
#E99B9D — rgb(233, 155, 157)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 72%, 72%);
text
color: hsl(31, 72%, 72%);
border
border: 2px solid hsl(31, 72%, 72%);
gradient light
background: linear-gradient(to right, hsl(31, 72%, 92%), hsl(31, 72%, 72%));
gradient dark
background: linear-gradient(to right, hsl(31, 72%, 72%), hsl(31, 72%, 52%))
hex
background-color: #EBB984;
tailwind
bg-[hsl(31,72%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 72%, 72%, 0.4);
css variable
--color-primary: hsl(31, 72%, 72%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 72%, 72%)?
HEX: #EBB984 | RGB: rgb(235, 185, 132) | CMYK: 0%, 21%, 44%, 8% | HSV: 31°, 44%, 92%. Copy any format from the conversion table above.
What colors go well with #EBB984?
The complementary color is HSL(211, 72%, 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, 72%, 72%) in CSS?
As HSL: color: hsl(31, 72%, 72%); — As HEX: color: #EBB984; — As RGB: color: rgb(235, 185, 132); — Tailwind CSS: bg-[hsl(31,72%,72%)] — CSS variable: --color-primary: hsl(31, 72%, 72%);