HSL(6, 57%, 71%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(6,57%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(6, 57%, 71%) | color: hsl(6, 57%, 71%) | |
| HEX | #DF938B | color: #DF938B | |
| RGB | rgb(223, 147, 139) | color: rgb(223, 147, 139) | |
| CMYK | cmyk(0%, 34%, 38%, 13%) | — | |
| HSV | hsv(6, 38%, 87%) | — | |
| HWB | hwb(6 54% 13%) | color: hwb(6 54% 13%) | |
| OKLCH | oklch(0.7375 0.0935 26.15) | color: oklch(0.7375 0.0935 26.15) | |
| Lab | lab(68.33 27.72 16.07) | color: lab(68.33 27.72 16.07) | |
| LCH | lch(68.33 32.04 30.1) | color: lch(68.33 32.04 30.1) |
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)
#BEBD8D — rgb(190, 189, 141)
Deuteranopia (Green-blind)
#C3C88D — rgb(195, 200, 141)
Tritanopia (Blue-blind)
#DB8E8F — rgb(219, 142, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(6, 57%, 71%);
text
color: hsl(6, 57%, 71%);
border
border: 2px solid hsl(6, 57%, 71%);
gradient light
background: linear-gradient(to right, hsl(6, 57%, 91%), hsl(6, 57%, 71%));
gradient dark
background: linear-gradient(to right, hsl(6, 57%, 71%), hsl(6, 57%, 51%))
hex
background-color: #DF938B;
tailwind
bg-[hsl(6,57%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(6, 57%, 71%, 0.4);
css variable
--color-primary: hsl(6, 57%, 71%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(6, 57%, 71%)?
HEX: #DF938B | RGB: rgb(223, 147, 139) | CMYK: 0%, 34%, 38%, 13% | HSV: 6°, 38%, 87%. Copy any format from the conversion table above.
What colors go well with #DF938B?
The complementary color is HSL(186, 57%, 71%). For a triadic harmony, use hues 6°, 126°, and 246°. For analogous combinations, try hues 336° and 36°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(6, 57%, 71%) in CSS?
As HSL: color: hsl(6, 57%, 71%); — As HEX: color: #DF938B; — As RGB: color: rgb(223, 147, 139); — Tailwind CSS: bg-[hsl(6,57%,71%)] — CSS variable: --color-primary: hsl(6, 57%, 71%);