HSL(9, 55%, 73%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(9,55%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(9, 55%, 73%) | color: hsl(9, 55%, 73%) | |
| HEX | #E0A094 | color: #E0A094 | |
| RGB | rgb(224, 160, 148) | color: rgb(224, 160, 148) | |
| CMYK | cmyk(0%, 29%, 34%, 12%) | — | |
| HSV | hsv(9, 34%, 88%) | — | |
| HWB | hwb(9 58% 12%) | color: hwb(9 58% 12%) | |
| OKLCH | oklch(0.764 0.0788 30.85) | color: oklch(0.764 0.0788 30.85) | |
| Lab | lab(71.64 22.21 15.72) | color: lab(71.64 22.21 15.72) | |
| LCH | lch(71.64 27.21 35.29) | color: lch(71.64 27.21 35.29) |
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)
#C4C497 — rgb(196, 196, 151)
Deuteranopia (Green-blind)
#C8CD98 — rgb(200, 205, 152)
Tritanopia (Blue-blind)
#DD999A — rgb(221, 153, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(9, 55%, 73%);
text
color: hsl(9, 55%, 73%);
border
border: 2px solid hsl(9, 55%, 73%);
gradient light
background: linear-gradient(to right, hsl(9, 55%, 93%), hsl(9, 55%, 73%));
gradient dark
background: linear-gradient(to right, hsl(9, 55%, 73%), hsl(9, 55%, 53%))
hex
background-color: #E0A094;
tailwind
bg-[hsl(9,55%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(9, 55%, 73%, 0.4);
css variable
--color-primary: hsl(9, 55%, 73%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(9, 55%, 73%)?
HEX: #E0A094 | RGB: rgb(224, 160, 148) | CMYK: 0%, 29%, 34%, 12% | HSV: 9°, 34%, 88%. Copy any format from the conversion table above.
What colors go well with #E0A094?
The complementary color is HSL(189, 55%, 73%). 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, 55%, 73%) in CSS?
As HSL: color: hsl(9, 55%, 73%); — As HEX: color: #E0A094; — As RGB: color: rgb(224, 160, 148); — Tailwind CSS: bg-[hsl(9,55%,73%)] — CSS variable: --color-primary: hsl(9, 55%, 73%);