HSL(21, 62%, 76%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(21,62%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(21, 62%, 76%) | color: hsl(21, 62%, 76%) | |
| HEX | #E8B69C | color: #E8B69C | |
| RGB | rgb(232, 182, 156) | color: rgb(232, 182, 156) | |
| CMYK | cmyk(0%, 22%, 33%, 9%) | — | |
| HSV | hsv(21, 33%, 91%) | — | |
| HWB | hwb(21 61% 9%) | color: hwb(21 61% 9%) | |
| OKLCH | oklch(0.8148 0.0683 48.81) | color: oklch(0.8148 0.0683 48.81) | |
| Lab | lab(77.88 14.52 20.16) | color: lab(77.88 14.52 20.16) | |
| LCH | lch(77.88 24.84 54.24) | color: lch(77.88 24.84 54.24) |
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)
#D2D2A2 — rgb(210, 210, 162)
Deuteranopia (Green-blind)
#D5D9A4 — rgb(213, 217, 164)
Tritanopia (Blue-blind)
#E6A7A8 — rgb(230, 167, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(21, 62%, 76%);
text
color: hsl(21, 62%, 76%);
border
border: 2px solid hsl(21, 62%, 76%);
gradient light
background: linear-gradient(to right, hsl(21, 62%, 96%), hsl(21, 62%, 76%));
gradient dark
background: linear-gradient(to right, hsl(21, 62%, 76%), hsl(21, 62%, 56%))
hex
background-color: #E8B69C;
tailwind
bg-[hsl(21,62%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(21, 62%, 76%, 0.4);
css variable
--color-primary: hsl(21, 62%, 76%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(21, 62%, 76%)?
HEX: #E8B69C | RGB: rgb(232, 182, 156) | CMYK: 0%, 22%, 33%, 9% | HSV: 21°, 33%, 91%. Copy any format from the conversion table above.
What colors go well with #E8B69C?
The complementary color is HSL(201, 62%, 76%). 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, 62%, 76%) in CSS?
As HSL: color: hsl(21, 62%, 76%); — As HEX: color: #E8B69C; — As RGB: color: rgb(232, 182, 156); — Tailwind CSS: bg-[hsl(21,62%,76%)] — CSS variable: --color-primary: hsl(21, 62%, 76%);