HSL(7, 42%, 71%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(7,42%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(7, 42%, 71%) | color: hsl(7, 42%, 71%) | |
| HEX | #D49D96 | color: #D49D96 | |
| RGB | rgb(212, 157, 150) | color: rgb(212, 157, 150) | |
| CMYK | cmyk(0%, 26%, 29%, 17%) | — | |
| HSV | hsv(7, 29%, 83%) | — | |
| HWB | hwb(7 59% 17%) | color: hwb(7 59% 17%) | |
| OKLCH | oklch(0.7461 0.067 26.99) | color: oklch(0.7461 0.067 26.99) | |
| Lab | lab(69.69 19.5 11.7) | color: lab(69.69 19.5 11.7) | |
| LCH | lch(69.69 22.74 30.96) | color: lch(69.69 22.74 30.96) |
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)
#BCBC98 — rgb(188, 188, 152)
Deuteranopia (Green-blind)
#BFC498 — rgb(191, 196, 152)
Tritanopia (Blue-blind)
#D19999 — rgb(209, 153, 153)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(7, 42%, 71%);
text
color: hsl(7, 42%, 71%);
border
border: 2px solid hsl(7, 42%, 71%);
gradient light
background: linear-gradient(to right, hsl(7, 42%, 91%), hsl(7, 42%, 71%));
gradient dark
background: linear-gradient(to right, hsl(7, 42%, 71%), hsl(7, 42%, 51%))
hex
background-color: #D49D96;
tailwind
bg-[hsl(7,42%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(7, 42%, 71%, 0.4);
css variable
--color-primary: hsl(7, 42%, 71%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(7, 42%, 71%)?
HEX: #D49D96 | RGB: rgb(212, 157, 150) | CMYK: 0%, 26%, 29%, 17% | HSV: 7°, 29%, 83%. Copy any format from the conversion table above.
What colors go well with #D49D96?
The complementary color is HSL(187, 42%, 71%). For a triadic harmony, use hues 7°, 127°, and 247°. For analogous combinations, try hues 337° and 37°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(7, 42%, 71%) in CSS?
As HSL: color: hsl(7, 42%, 71%); — As HEX: color: #D49D96; — As RGB: color: rgb(212, 157, 150); — Tailwind CSS: bg-[hsl(7,42%,71%)] — CSS variable: --color-primary: hsl(7, 42%, 71%);