HSL(7, 43%, 70%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(7,43%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(7, 43%, 70%) | color: hsl(7, 43%, 70%) | |
| HEX | #D39992 | color: #D39992 | |
| RGB | rgb(211, 153, 146) | color: rgb(211, 153, 146) | |
| CMYK | cmyk(0%, 27%, 31%, 17%) | — | |
| HSV | hsv(6, 31%, 83%) | — | |
| HWB | hwb(6 57% 17%) | color: hwb(6 57% 17%) | |
| OKLCH | oklch(0.7367 0.0709 26.67) | color: oklch(0.7367 0.0709 26.67) | |
| Lab | lab(68.54 20.76 12.27) | color: lab(68.54 20.76 12.27) | |
| LCH | lch(68.54 24.11 30.58) | color: lch(68.54 24.11 30.58) |
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)
#BAB994 — rgb(186, 185, 148)
Deuteranopia (Green-blind)
#BDC294 — rgb(189, 194, 148)
Tritanopia (Blue-blind)
#D09595 — rgb(208, 149, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(7, 43%, 70%);
text
color: hsl(7, 43%, 70%);
border
border: 2px solid hsl(7, 43%, 70%);
gradient light
background: linear-gradient(to right, hsl(7, 43%, 90%), hsl(7, 43%, 70%));
gradient dark
background: linear-gradient(to right, hsl(7, 43%, 70%), hsl(7, 43%, 50%))
hex
background-color: #D39992;
tailwind
bg-[hsl(7,43%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(7, 43%, 70%, 0.4);
css variable
--color-primary: hsl(7, 43%, 70%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(7, 43%, 70%)?
HEX: #D39992 | RGB: rgb(211, 153, 146) | CMYK: 0%, 27%, 31%, 17% | HSV: 6°, 31%, 83%. Copy any format from the conversion table above.
What colors go well with #D39992?
The complementary color is HSL(187, 43%, 70%). 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, 43%, 70%) in CSS?
As HSL: color: hsl(7, 43%, 70%); — As HEX: color: #D39992; — As RGB: color: rgb(211, 153, 146); — Tailwind CSS: bg-[hsl(7,43%,70%)] — CSS variable: --color-primary: hsl(7, 43%, 70%);