HSL(21, 59%, 71%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(21,59%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(21, 59%, 71%) | color: hsl(21, 59%, 71%) | |
| HEX | #E1A889 | color: #E1A889 | |
| RGB | rgb(225, 168, 137) | color: rgb(225, 168, 137) | |
| CMYK | cmyk(0%, 25%, 39%, 12%) | — | |
| HSV | hsv(21, 39%, 88%) | — | |
| HWB | hwb(21 54% 12%) | color: hwb(21 54% 12%) | |
| OKLCH | oklch(0.7773 0.0798 49.69) | color: oklch(0.7773 0.0798 49.69) | |
| Lab | lab(73.43 17 24.2) | color: lab(73.43 17 24.2) | |
| LCH | lch(73.43 29.57 54.91) | color: lch(73.43 29.57 54.91) |
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)
#C8C891 — rgb(200, 200, 145)
Deuteranopia (Green-blind)
#CCD092 — rgb(204, 208, 146)
Tritanopia (Blue-blind)
#DE9698 — rgb(222, 150, 152)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(21, 59%, 71%);
text
color: hsl(21, 59%, 71%);
border
border: 2px solid hsl(21, 59%, 71%);
gradient light
background: linear-gradient(to right, hsl(21, 59%, 91%), hsl(21, 59%, 71%));
gradient dark
background: linear-gradient(to right, hsl(21, 59%, 71%), hsl(21, 59%, 51%))
hex
background-color: #E1A889;
tailwind
bg-[hsl(21,59%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(21, 59%, 71%, 0.4);
css variable
--color-primary: hsl(21, 59%, 71%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(21, 59%, 71%)?
HEX: #E1A889 | RGB: rgb(225, 168, 137) | CMYK: 0%, 25%, 39%, 12% | HSV: 21°, 39%, 88%. Copy any format from the conversion table above.
What colors go well with #E1A889?
The complementary color is HSL(201, 59%, 71%). 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, 59%, 71%) in CSS?
As HSL: color: hsl(21, 59%, 71%); — As HEX: color: #E1A889; — As RGB: color: rgb(225, 168, 137); — Tailwind CSS: bg-[hsl(21,59%,71%)] — CSS variable: --color-primary: hsl(21, 59%, 71%);