HSL(9, 49%, 64%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(9,49%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(9, 49%, 64%) | color: hsl(9, 49%, 64%) | |
| HEX | #D08476 | color: #D08476 | |
| RGB | rgb(208, 132, 118) | color: rgb(208, 132, 118) | |
| CMYK | cmyk(0%, 37%, 43%, 18%) | — | |
| HSV | hsv(9, 43%, 82%) | — | |
| HWB | hwb(9 47% 18%) | color: hwb(9 47% 18%) | |
| OKLCH | oklch(0.6889 0.0968 31.04) | color: oklch(0.6889 0.0968 31.04) | |
| Lab | lab(62.7 27.63 19.79) | color: lab(62.7 27.63 19.79) | |
| LCH | lch(62.7 33.99 35.61) | color: lch(62.7 33.99 35.61) |
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)
#AFAE79 — rgb(175, 174, 121)
Deuteranopia (Green-blind)
#B4B97A — rgb(180, 185, 122)
Tritanopia (Blue-blind)
#CC7C7D — rgb(204, 124, 125)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(9, 49%, 64%);
text
color: hsl(9, 49%, 64%);
border
border: 2px solid hsl(9, 49%, 64%);
gradient light
background: linear-gradient(to right, hsl(9, 49%, 84%), hsl(9, 49%, 64%));
gradient dark
background: linear-gradient(to right, hsl(9, 49%, 64%), hsl(9, 49%, 44%))
hex
background-color: #D08476;
tailwind
bg-[hsl(9,49%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(9, 49%, 64%, 0.4);
css variable
--color-primary: hsl(9, 49%, 64%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(9, 49%, 64%)?
HEX: #D08476 | RGB: rgb(208, 132, 118) | CMYK: 0%, 37%, 43%, 18% | HSV: 9°, 43%, 82%. Copy any format from the conversion table above.
What colors go well with #D08476?
The complementary color is HSL(189, 49%, 64%). 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, 49%, 64%) in CSS?
As HSL: color: hsl(9, 49%, 64%); — As HEX: color: #D08476; — As RGB: color: rgb(208, 132, 118); — Tailwind CSS: bg-[hsl(9,49%,64%)] — CSS variable: --color-primary: hsl(9, 49%, 64%);