HSL(9, 20%, 43%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(9,20%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(9, 20%, 43%) | color: hsl(9, 20%, 43%) | |
| HEX | #845E58 | color: #845E58 | |
| RGB | rgb(132, 94, 88) | color: rgb(132, 94, 88) | |
| CMYK | cmyk(0%, 29%, 33%, 48%) | — | |
| HSV | hsv(8, 33%, 52%) | — | |
| HWB | hwb(8 35% 48%) | color: hwb(8 35% 48%) | |
| OKLCH | oklch(0.52 0.0511 29) | color: oklch(0.52 0.0511 29) | |
| Lab | lab(43.68 14.64 9.59) | color: lab(43.68 14.64 9.59) | |
| LCH | lch(43.68 17.5 33.23) | color: lch(43.68 17.5 33.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: white
Color Blindness Simulation
Protanopia (Red-blind)
#747359 — rgb(116, 115, 89)
Deuteranopia (Green-blind)
#76795A — rgb(118, 121, 90)
Tritanopia (Blue-blind)
#825B5B — rgb(130, 91, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(9, 20%, 43%);
text
color: hsl(9, 20%, 43%);
border
border: 2px solid hsl(9, 20%, 43%);
gradient light
background: linear-gradient(to right, hsl(9, 20%, 63%), hsl(9, 20%, 43%));
gradient dark
background: linear-gradient(to right, hsl(9, 20%, 43%), hsl(9, 20%, 23%))
hex
background-color: #845E58;
tailwind
bg-[hsl(9,20%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(9, 20%, 43%, 0.4);
css variable
--color-primary: hsl(9, 20%, 43%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(9, 20%, 43%)?
HEX: #845E58 | RGB: rgb(132, 94, 88) | CMYK: 0%, 29%, 33%, 48% | HSV: 8°, 33%, 52%. Copy any format from the conversion table above.
What colors go well with #845E58?
The complementary color is HSL(189, 20%, 43%). 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, 20%, 43%) in CSS?
As HSL: color: hsl(9, 20%, 43%); — As HEX: color: #845E58; — As RGB: color: rgb(132, 94, 88); — Tailwind CSS: bg-[hsl(9,20%,43%)] — CSS variable: --color-primary: hsl(9, 20%, 43%);