HSL(11, 52%, 80%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(11,52%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(11, 52%, 80%) | color: hsl(11, 52%, 80%) | |
| HEX | #E7BBB1 | color: #E7BBB1 | |
| RGB | rgb(231, 187, 177) | color: rgb(231, 187, 177) | |
| CMYK | cmyk(0%, 19%, 23%, 9%) | — | |
| HSV | hsv(11, 23%, 91%) | — | |
| HWB | hwb(11 70% 9%) | color: hwb(11 70% 9%) | |
| OKLCH | oklch(0.8282 0.0529 32.99) | color: oklch(0.8282 0.0529 32.99) | |
| Lab | lab(79.45 14.3 11.04) | color: lab(79.45 14.3 11.04) | |
| LCH | lch(79.45 18.07 37.67) | color: lch(79.45 18.07 37.67) |
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)
#D4D4B3 — rgb(212, 212, 179)
Deuteranopia (Green-blind)
#D7DAB4 — rgb(215, 218, 180)
Tritanopia (Blue-blind)
#E5B5B6 — rgb(229, 181, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(11, 52%, 80%);
text
color: hsl(11, 52%, 80%);
border
border: 2px solid hsl(11, 52%, 80%);
gradient light
background: linear-gradient(to right, hsl(11, 52%, 100%), hsl(11, 52%, 80%));
gradient dark
background: linear-gradient(to right, hsl(11, 52%, 80%), hsl(11, 52%, 60%))
hex
background-color: #E7BBB1;
tailwind
bg-[hsl(11,52%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(11, 52%, 80%, 0.4);
css variable
--color-primary: hsl(11, 52%, 80%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(11, 52%, 80%)?
HEX: #E7BBB1 | RGB: rgb(231, 187, 177) | CMYK: 0%, 19%, 23%, 9% | HSV: 11°, 23%, 91%. Copy any format from the conversion table above.
What colors go well with #E7BBB1?
The complementary color is HSL(191, 52%, 80%). 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, 52%, 80%) in CSS?
As HSL: color: hsl(11, 52%, 80%); — As HEX: color: #E7BBB1; — As RGB: color: rgb(231, 187, 177); — Tailwind CSS: bg-[hsl(11,52%,80%)] — CSS variable: --color-primary: hsl(11, 52%, 80%);