HSL(11, 45%, 78%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(11,45%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(11, 45%, 78%) | color: hsl(11, 45%, 78%) | |
| HEX | #E0B7AE | color: #E0B7AE | |
| RGB | rgb(224, 183, 174) | color: rgb(224, 183, 174) | |
| CMYK | cmyk(0%, 18%, 22%, 12%) | — | |
| HSV | hsv(11, 22%, 88%) | — | |
| HWB | hwb(11 69% 12%) | color: hwb(11 69% 12%) | |
| OKLCH | oklch(0.8132 0.0493 32.5) | color: oklch(0.8132 0.0493 32.5) | |
| Lab | lab(77.74 13.4 10.14) | color: lab(77.74 13.4 10.14) | |
| LCH | lch(77.74 16.8 37.12) | color: lch(77.74 16.8 37.12) |
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)
#CECEB0 — rgb(206, 206, 176)
Deuteranopia (Green-blind)
#D1D4B1 — rgb(209, 212, 177)
Tritanopia (Blue-blind)
#DEB2B2 — rgb(222, 178, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(11, 45%, 78%);
text
color: hsl(11, 45%, 78%);
border
border: 2px solid hsl(11, 45%, 78%);
gradient light
background: linear-gradient(to right, hsl(11, 45%, 98%), hsl(11, 45%, 78%));
gradient dark
background: linear-gradient(to right, hsl(11, 45%, 78%), hsl(11, 45%, 58%))
hex
background-color: #E0B7AE;
tailwind
bg-[hsl(11,45%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(11, 45%, 78%, 0.4);
css variable
--color-primary: hsl(11, 45%, 78%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(11, 45%, 78%)?
HEX: #E0B7AE | RGB: rgb(224, 183, 174) | CMYK: 0%, 18%, 22%, 12% | HSV: 11°, 22%, 88%. Copy any format from the conversion table above.
What colors go well with #E0B7AE?
The complementary color is HSL(191, 45%, 78%). 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, 45%, 78%) in CSS?
As HSL: color: hsl(11, 45%, 78%); — As HEX: color: #E0B7AE; — As RGB: color: rgb(224, 183, 174); — Tailwind CSS: bg-[hsl(11,45%,78%)] — CSS variable: --color-primary: hsl(11, 45%, 78%);