HSL(9, 65%, 75%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(9,65%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(9, 65%, 75%) | color: hsl(9, 65%, 75%) | |
| HEX | #E9A296 | color: #E9A296 | |
| RGB | rgb(233, 162, 150) | color: rgb(233, 162, 150) | |
| CMYK | cmyk(0%, 30%, 36%, 9%) | — | |
| HSV | hsv(9, 36%, 91%) | — | |
| HWB | hwb(9 58% 9%) | color: hwb(9 58% 9%) | |
| OKLCH | oklch(0.7778 0.0869 29.83) | color: oklch(0.7778 0.0869 29.83) | |
| Lab | lab(73.13 24.82 16.85) | color: lab(73.13 24.82 16.85) | |
| LCH | lch(73.13 30 34.17) | color: lch(73.13 30 34.17) |
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)
#CACA99 — rgb(202, 202, 153)
Deuteranopia (Green-blind)
#CED49A — rgb(206, 212, 154)
Tritanopia (Blue-blind)
#E59B9C — rgb(229, 155, 156)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(9, 65%, 75%);
text
color: hsl(9, 65%, 75%);
border
border: 2px solid hsl(9, 65%, 75%);
gradient light
background: linear-gradient(to right, hsl(9, 65%, 95%), hsl(9, 65%, 75%));
gradient dark
background: linear-gradient(to right, hsl(9, 65%, 75%), hsl(9, 65%, 55%))
hex
background-color: #E9A296;
tailwind
bg-[hsl(9,65%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(9, 65%, 75%, 0.4);
css variable
--color-primary: hsl(9, 65%, 75%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(9, 65%, 75%)?
HEX: #E9A296 | RGB: rgb(233, 162, 150) | CMYK: 0%, 30%, 36%, 9% | HSV: 9°, 36%, 91%. Copy any format from the conversion table above.
What colors go well with #E9A296?
The complementary color is HSL(189, 65%, 75%). 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, 65%, 75%) in CSS?
As HSL: color: hsl(9, 65%, 75%); — As HEX: color: #E9A296; — As RGB: color: rgb(233, 162, 150); — Tailwind CSS: bg-[hsl(9,65%,75%)] — CSS variable: --color-primary: hsl(9, 65%, 75%);