HSL(9, 29%, 50%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(9,29%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(9, 29%, 50%) | color: hsl(9, 29%, 50%) | |
| HEX | #A4665B | color: #A4665B | |
| RGB | rgb(164, 102, 91) | color: rgb(164, 102, 91) | |
| CMYK | cmyk(0%, 38%, 45%, 36%) | — | |
| HSV | hsv(9, 45%, 64%) | — | |
| HWB | hwb(9 35% 36%) | color: hwb(9 35% 36%) | |
| OKLCH | oklch(0.5752 0.0826 30.68) | color: oklch(0.5752 0.0826 30.68) | |
| Lab | lab(49.68 23.66 16.71) | color: lab(49.68 23.66 16.71) | |
| LCH | lch(49.68 28.97 35.23) | color: lch(49.68 28.97 35.23) |
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)
#89895E — rgb(137, 137, 94)
Deuteranopia (Green-blind)
#8D915E — rgb(141, 145, 94)
Tritanopia (Blue-blind)
#A16060 — rgb(161, 96, 96)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(9, 29%, 50%);
text
color: hsl(9, 29%, 50%);
border
border: 2px solid hsl(9, 29%, 50%);
gradient light
background: linear-gradient(to right, hsl(9, 29%, 70%), hsl(9, 29%, 50%));
gradient dark
background: linear-gradient(to right, hsl(9, 29%, 50%), hsl(9, 29%, 30%))
hex
background-color: #A4665B;
tailwind
bg-[hsl(9,29%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(9, 29%, 50%, 0.4);
css variable
--color-primary: hsl(9, 29%, 50%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(9, 29%, 50%)?
HEX: #A4665B | RGB: rgb(164, 102, 91) | CMYK: 0%, 38%, 45%, 36% | HSV: 9°, 45%, 64%. Copy any format from the conversion table above.
What colors go well with #A4665B?
The complementary color is HSL(189, 29%, 50%). 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, 29%, 50%) in CSS?
As HSL: color: hsl(9, 29%, 50%); — As HEX: color: #A4665B; — As RGB: color: rgb(164, 102, 91); — Tailwind CSS: bg-[hsl(9,29%,50%)] — CSS variable: --color-primary: hsl(9, 29%, 50%);