HSL(9, 50%, 85%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(9,50%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(9, 50%, 85%) | color: hsl(9, 50%, 85%) | |
| HEX | #ECCBC6 | color: #ECCBC6 | |
| RGB | rgb(236, 203, 198) | color: rgb(236, 203, 198) | |
| CMYK | cmyk(0%, 14%, 16%, 7%) | — | |
| HSV | hsv(8, 16%, 93%) | — | |
| HWB | hwb(8 78% 7%) | color: hwb(8 78% 7%) | |
| OKLCH | oklch(0.8687 0.0381 28.07) | color: oklch(0.8687 0.0381 28.07) | |
| Lab | lab(84.29 10.8 6.78) | color: lab(84.29 10.8 6.78) | |
| LCH | lch(84.29 12.75 32.12) | color: lch(84.29 12.75 32.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)
#DEDDC7 — rgb(222, 221, 199)
Deuteranopia (Green-blind)
#E0E2C8 — rgb(224, 226, 200)
Tritanopia (Blue-blind)
#EAC8C8 — rgb(234, 200, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(9, 50%, 85%);
text
color: hsl(9, 50%, 85%);
border
border: 2px solid hsl(9, 50%, 85%);
gradient light
background: linear-gradient(to right, hsl(9, 50%, 100%), hsl(9, 50%, 85%));
gradient dark
background: linear-gradient(to right, hsl(9, 50%, 85%), hsl(9, 50%, 65%))
hex
background-color: #ECCBC6;
tailwind
bg-[hsl(9,50%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(9, 50%, 85%, 0.4);
css variable
--color-primary: hsl(9, 50%, 85%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(9, 50%, 85%)?
HEX: #ECCBC6 | RGB: rgb(236, 203, 198) | CMYK: 0%, 14%, 16%, 7% | HSV: 8°, 16%, 93%. Copy any format from the conversion table above.
What colors go well with #ECCBC6?
The complementary color is HSL(189, 50%, 85%). For a triadic harmony, use hues 9°, 129°, and 249°. For analogous combinations, try hues 339° and 39°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(9, 50%, 85%) in CSS?
As HSL: color: hsl(9, 50%, 85%); — As HEX: color: #ECCBC6; — As RGB: color: rgb(236, 203, 198); — Tailwind CSS: bg-[hsl(9,50%,85%)] — CSS variable: --color-primary: hsl(9, 50%, 85%);