HSL(8, 40%, 71%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(8,40%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(8, 40%, 71%) | color: hsl(8, 40%, 71%) | |
| HEX | #D39F97 | color: #D39F97 | |
| RGB | rgb(211, 159, 151) | color: rgb(211, 159, 151) | |
| CMYK | cmyk(0%, 25%, 28%, 17%) | — | |
| HSV | hsv(8, 28%, 83%) | — | |
| HWB | hwb(8 60% 17%) | color: hwb(8 60% 17%) | |
| OKLCH | oklch(0.7491 0.0635 28.6) | color: oklch(0.7491 0.0635 28.6) | |
| Lab | lab(70.09 18.17 11.69) | color: lab(70.09 18.17 11.69) | |
| LCH | lch(70.09 21.61 32.76) | color: lch(70.09 21.61 32.76) |
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)
#BCBC99 — rgb(188, 188, 153)
Deuteranopia (Green-blind)
#C0C399 — rgb(192, 195, 153)
Tritanopia (Blue-blind)
#D09A9B — rgb(208, 154, 155)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(8, 40%, 71%);
text
color: hsl(8, 40%, 71%);
border
border: 2px solid hsl(8, 40%, 71%);
gradient light
background: linear-gradient(to right, hsl(8, 40%, 91%), hsl(8, 40%, 71%));
gradient dark
background: linear-gradient(to right, hsl(8, 40%, 71%), hsl(8, 40%, 51%))
hex
background-color: #D39F97;
tailwind
bg-[hsl(8,40%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(8, 40%, 71%, 0.4);
css variable
--color-primary: hsl(8, 40%, 71%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(8, 40%, 71%)?
HEX: #D39F97 | RGB: rgb(211, 159, 151) | CMYK: 0%, 25%, 28%, 17% | HSV: 8°, 28%, 83%. Copy any format from the conversion table above.
What colors go well with #D39F97?
The complementary color is HSL(188, 40%, 71%). For a triadic harmony, use hues 8°, 128°, and 248°. For analogous combinations, try hues 338° and 38°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(8, 40%, 71%) in CSS?
As HSL: color: hsl(8, 40%, 71%); — As HEX: color: #D39F97; — As RGB: color: rgb(211, 159, 151); — Tailwind CSS: bg-[hsl(8,40%,71%)] — CSS variable: --color-primary: hsl(8, 40%, 71%);