HSL(9, 29%, 64%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(9,29%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(9, 29%, 64%) | color: hsl(9, 29%, 64%) | |
| HEX | #BE9189 | color: #BE9189 | |
| RGB | rgb(190, 145, 137) | color: rgb(190, 145, 137) | |
| CMYK | cmyk(0%, 24%, 28%, 25%) | — | |
| HSV | hsv(9, 28%, 75%) | — | |
| HWB | hwb(9 54% 25%) | color: hwb(9 54% 25%) | |
| OKLCH | oklch(0.6971 0.0561 30.05) | color: oklch(0.6971 0.0561 30.05) | |
| Lab | lab(64.17 15.81 10.82) | color: lab(64.17 15.81 10.82) | |
| LCH | lch(64.17 19.16 34.39) | color: lch(64.17 19.16 34.39) |
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)
#ABAA8B — rgb(171, 170, 139)
Deuteranopia (Green-blind)
#ADB18B — rgb(173, 177, 139)
Tritanopia (Blue-blind)
#BC8C8D — rgb(188, 140, 141)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(9, 29%, 64%);
text
color: hsl(9, 29%, 64%);
border
border: 2px solid hsl(9, 29%, 64%);
gradient light
background: linear-gradient(to right, hsl(9, 29%, 84%), hsl(9, 29%, 64%));
gradient dark
background: linear-gradient(to right, hsl(9, 29%, 64%), hsl(9, 29%, 44%))
hex
background-color: #BE9189;
tailwind
bg-[hsl(9,29%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(9, 29%, 64%, 0.4);
css variable
--color-primary: hsl(9, 29%, 64%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(9, 29%, 64%)?
HEX: #BE9189 | RGB: rgb(190, 145, 137) | CMYK: 0%, 24%, 28%, 25% | HSV: 9°, 28%, 75%. Copy any format from the conversion table above.
What colors go well with #BE9189?
The complementary color is HSL(189, 29%, 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, 29%, 64%) in CSS?
As HSL: color: hsl(9, 29%, 64%); — As HEX: color: #BE9189; — As RGB: color: rgb(190, 145, 137); — Tailwind CSS: bg-[hsl(9,29%,64%)] — CSS variable: --color-primary: hsl(9, 29%, 64%);