HSL(11, 59%, 84%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(11,59%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(11, 59%, 84%) | color: hsl(11, 59%, 84%) | |
| HEX | #EEC7BE | color: #EEC7BE | |
| RGB | rgb(238, 199, 190) | color: rgb(238, 199, 190) | |
| CMYK | cmyk(0%, 16%, 20%, 7%) | — | |
| HSV | hsv(11, 20%, 93%) | — | |
| HWB | hwb(11 74% 7%) | color: hwb(11 74% 7%) | |
| OKLCH | oklch(0.8608 0.0463 33.16) | color: oklch(0.8608 0.0463 33.16) | |
| Lab | lab(83.31 12.42 9.66) | color: lab(83.31 12.42 9.66) | |
| LCH | lch(83.31 15.73 37.87) | color: lch(83.31 15.73 37.87) |
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)
#DDDDC0 — rgb(221, 221, 192)
Deuteranopia (Green-blind)
#DFE2C1 — rgb(223, 226, 193)
Tritanopia (Blue-blind)
#ECC2C2 — rgb(236, 194, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(11, 59%, 84%);
text
color: hsl(11, 59%, 84%);
border
border: 2px solid hsl(11, 59%, 84%);
gradient light
background: linear-gradient(to right, hsl(11, 59%, 100%), hsl(11, 59%, 84%));
gradient dark
background: linear-gradient(to right, hsl(11, 59%, 84%), hsl(11, 59%, 64%))
hex
background-color: #EEC7BE;
tailwind
bg-[hsl(11,59%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(11, 59%, 84%, 0.4);
css variable
--color-primary: hsl(11, 59%, 84%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(11, 59%, 84%)?
HEX: #EEC7BE | RGB: rgb(238, 199, 190) | CMYK: 0%, 16%, 20%, 7% | HSV: 11°, 20%, 93%. Copy any format from the conversion table above.
What colors go well with #EEC7BE?
The complementary color is HSL(191, 59%, 84%). For a triadic harmony, use hues 11°, 131°, and 251°. For analogous combinations, try hues 341° and 41°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(11, 59%, 84%) in CSS?
As HSL: color: hsl(11, 59%, 84%); — As HEX: color: #EEC7BE; — As RGB: color: rgb(238, 199, 190); — Tailwind CSS: bg-[hsl(11,59%,84%)] — CSS variable: --color-primary: hsl(11, 59%, 84%);