HSL(359, 32%, 71%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(359,32%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(359, 32%, 71%) | color: hsl(359, 32%, 71%) | |
| HEX | #CD9D9E | color: #CD9D9E | |
| RGB | rgb(205, 157, 158) | color: rgb(205, 157, 158) | |
| CMYK | cmyk(0%, 23%, 23%, 20%) | — | |
| HSV | hsv(359, 23%, 80%) | — | |
| HWB | hwb(359 62% 20%) | color: hwb(359 62% 20%) | |
| OKLCH | oklch(0.741 0.0574 17.15) | color: oklch(0.741 0.0574 17.15) | |
| Lab | lab(69.16 17.98 6.39) | color: lab(69.16 17.98 6.39) | |
| LCH | lch(69.16 19.08 19.56) | color: lch(69.16 19.08 19.56) |
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)
#B8B89E — rgb(184, 184, 158)
Deuteranopia (Green-blind)
#BBBF9E — rgb(187, 191, 158)
Tritanopia (Blue-blind)
#CB9E9E — rgb(203, 158, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(359, 32%, 71%);
text
color: hsl(359, 32%, 71%);
border
border: 2px solid hsl(359, 32%, 71%);
gradient light
background: linear-gradient(to right, hsl(359, 32%, 91%), hsl(359, 32%, 71%));
gradient dark
background: linear-gradient(to right, hsl(359, 32%, 71%), hsl(359, 32%, 51%))
hex
background-color: #CD9D9E;
tailwind
bg-[hsl(359,32%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(359, 32%, 71%, 0.4);
css variable
--color-primary: hsl(359, 32%, 71%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(359, 32%, 71%)?
HEX: #CD9D9E | RGB: rgb(205, 157, 158) | CMYK: 0%, 23%, 23%, 20% | HSV: 359°, 23%, 80%. Copy any format from the conversion table above.
What colors go well with #CD9D9E?
The complementary color is HSL(179, 32%, 71%). For a triadic harmony, use hues 359°, 119°, and 239°. For analogous combinations, try hues 329° and 29°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(359, 32%, 71%) in CSS?
As HSL: color: hsl(359, 32%, 71%); — As HEX: color: #CD9D9E; — As RGB: color: rgb(205, 157, 158); — Tailwind CSS: bg-[hsl(359,32%,71%)] — CSS variable: --color-primary: hsl(359, 32%, 71%);