HSL(21, 64%, 66%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(21,64%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(21, 64%, 66%) | color: hsl(21, 64%, 66%) | |
| HEX | #E09871 | color: #E09871 | |
| RGB | rgb(224, 152, 113) | color: rgb(224, 152, 113) | |
| CMYK | cmyk(0%, 32%, 50%, 12%) | — | |
| HSV | hsv(21, 50%, 88%) | — | |
| HWB | hwb(21 44% 12%) | color: hwb(21 44% 12%) | |
| OKLCH | oklch(0.7422 0.1018 49.09) | color: oklch(0.7422 0.1018 49.09) | |
| Lab | lab(69.11 22.7 31.42) | color: lab(69.11 22.7 31.42) | |
| LCH | lch(69.11 38.76 54.15) | color: lch(69.11 38.76 54.15) |
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)
#C1C07A — rgb(193, 192, 122)
Deuteranopia (Green-blind)
#C5CA7D — rgb(197, 202, 125)
Tritanopia (Blue-blind)
#DC8284 — rgb(220, 130, 132)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(21, 64%, 66%);
text
color: hsl(21, 64%, 66%);
border
border: 2px solid hsl(21, 64%, 66%);
gradient light
background: linear-gradient(to right, hsl(21, 64%, 86%), hsl(21, 64%, 66%));
gradient dark
background: linear-gradient(to right, hsl(21, 64%, 66%), hsl(21, 64%, 46%))
hex
background-color: #E09871;
tailwind
bg-[hsl(21,64%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(21, 64%, 66%, 0.4);
css variable
--color-primary: hsl(21, 64%, 66%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(21, 64%, 66%)?
HEX: #E09871 | RGB: rgb(224, 152, 113) | CMYK: 0%, 32%, 50%, 12% | HSV: 21°, 50%, 88%. Copy any format from the conversion table above.
What colors go well with #E09871?
The complementary color is HSL(201, 64%, 66%). 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, 64%, 66%) in CSS?
As HSL: color: hsl(21, 64%, 66%); — As HEX: color: #E09871; — As RGB: color: rgb(224, 152, 113); — Tailwind CSS: bg-[hsl(21,64%,66%)] — CSS variable: --color-primary: hsl(21, 64%, 66%);