HSL(11, 30%, 84%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(11,30%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(11, 30%, 84%) | color: hsl(11, 30%, 84%) | |
| HEX | #E2CECA | color: #E2CECA | |
| RGB | rgb(226, 206, 202) | color: rgb(226, 206, 202) | |
| CMYK | cmyk(0%, 9%, 11%, 11%) | — | |
| HSV | hsv(10, 11%, 89%) | — | |
| HWB | hwb(10 79% 11%) | color: hwb(10 79% 11%) | |
| OKLCH | oklch(0.8667 0.0231 31.11) | color: oklch(0.8667 0.0231 31.11) | |
| Lab | lab(84.27 6.28 4.51) | color: lab(84.27 6.28 4.51) | |
| LCH | lch(84.27 7.73 35.68) | color: lch(84.27 7.73 35.68) |
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)
#D9D9CB — rgb(217, 217, 203)
Deuteranopia (Green-blind)
#DBDCCB — rgb(219, 220, 203)
Tritanopia (Blue-blind)
#E1CCCC — rgb(225, 204, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(11, 30%, 84%);
text
color: hsl(11, 30%, 84%);
border
border: 2px solid hsl(11, 30%, 84%);
gradient light
background: linear-gradient(to right, hsl(11, 30%, 100%), hsl(11, 30%, 84%));
gradient dark
background: linear-gradient(to right, hsl(11, 30%, 84%), hsl(11, 30%, 64%))
hex
background-color: #E2CECA;
tailwind
bg-[hsl(11,30%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(11, 30%, 84%, 0.4);
css variable
--color-primary: hsl(11, 30%, 84%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(11, 30%, 84%)?
HEX: #E2CECA | RGB: rgb(226, 206, 202) | CMYK: 0%, 9%, 11%, 11% | HSV: 10°, 11%, 89%. Copy any format from the conversion table above.
What colors go well with #E2CECA?
The complementary color is HSL(191, 30%, 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, 30%, 84%) in CSS?
As HSL: color: hsl(11, 30%, 84%); — As HEX: color: #E2CECA; — As RGB: color: rgb(226, 206, 202); — Tailwind CSS: bg-[hsl(11,30%,84%)] — CSS variable: --color-primary: hsl(11, 30%, 84%);