HSL(21, 52%, 75%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(21,52%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(21, 52%, 75%) | color: hsl(21, 52%, 75%) | |
| HEX | #E0B59E | color: #E0B59E | |
| RGB | rgb(224, 181, 158) | color: rgb(224, 181, 158) | |
| CMYK | cmyk(0%, 19%, 29%, 12%) | — | |
| HSV | hsv(21, 29%, 88%) | — | |
| HWB | hwb(21 62% 12%) | color: hwb(21 62% 12%) | |
| OKLCH | oklch(0.8055 0.0593 49.63) | color: oklch(0.8055 0.0593 49.63) | |
| Lab | lab(76.9 12.24 17.6) | color: lab(76.9 12.24 17.6) | |
| LCH | lch(76.9 21.44 55.18) | color: lch(76.9 21.44 55.18) |
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)
#CDCDA4 — rgb(205, 205, 164)
Deuteranopia (Green-blind)
#D0D3A5 — rgb(208, 211, 165)
Tritanopia (Blue-blind)
#DEA8A9 — rgb(222, 168, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(21, 52%, 75%);
text
color: hsl(21, 52%, 75%);
border
border: 2px solid hsl(21, 52%, 75%);
gradient light
background: linear-gradient(to right, hsl(21, 52%, 95%), hsl(21, 52%, 75%));
gradient dark
background: linear-gradient(to right, hsl(21, 52%, 75%), hsl(21, 52%, 55%))
hex
background-color: #E0B59E;
tailwind
bg-[hsl(21,52%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(21, 52%, 75%, 0.4);
css variable
--color-primary: hsl(21, 52%, 75%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(21, 52%, 75%)?
HEX: #E0B59E | RGB: rgb(224, 181, 158) | CMYK: 0%, 19%, 29%, 12% | HSV: 21°, 29%, 88%. Copy any format from the conversion table above.
What colors go well with #E0B59E?
The complementary color is HSL(201, 52%, 75%). For a triadic harmony, use hues 21°, 141°, and 261°. For analogous combinations, try hues 351° and 51°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(21, 52%, 75%) in CSS?
As HSL: color: hsl(21, 52%, 75%); — As HEX: color: #E0B59E; — As RGB: color: rgb(224, 181, 158); — Tailwind CSS: bg-[hsl(21,52%,75%)] — CSS variable: --color-primary: hsl(21, 52%, 75%);