HSL(6, 52%, 72%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(6,52%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(6, 52%, 72%) | color: hsl(6, 52%, 72%) | |
| HEX | #DD9A92 | color: #DD9A92 | |
| RGB | rgb(221, 154, 146) | color: rgb(221, 154, 146) | |
| CMYK | cmyk(0%, 30%, 34%, 13%) | — | |
| HSV | hsv(6, 34%, 87%) | — | |
| HWB | hwb(6 57% 13%) | color: hwb(6 57% 13%) | |
| OKLCH | oklch(0.7494 0.0819 26.76) | color: oklch(0.7494 0.0819 26.76) | |
| Lab | lab(69.87 24.04 14.3) | color: lab(69.87 24.04 14.3) | |
| LCH | lch(69.87 27.97 30.75) | color: lch(69.87 27.97 30.75) |
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)
#C0BF94 — rgb(192, 191, 148)
Deuteranopia (Green-blind)
#C4C994 — rgb(196, 201, 148)
Tritanopia (Blue-blind)
#DA9596 — rgb(218, 149, 150)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(6, 52%, 72%);
text
color: hsl(6, 52%, 72%);
border
border: 2px solid hsl(6, 52%, 72%);
gradient light
background: linear-gradient(to right, hsl(6, 52%, 92%), hsl(6, 52%, 72%));
gradient dark
background: linear-gradient(to right, hsl(6, 52%, 72%), hsl(6, 52%, 52%))
hex
background-color: #DD9A92;
tailwind
bg-[hsl(6,52%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(6, 52%, 72%, 0.4);
css variable
--color-primary: hsl(6, 52%, 72%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(6, 52%, 72%)?
HEX: #DD9A92 | RGB: rgb(221, 154, 146) | CMYK: 0%, 30%, 34%, 13% | HSV: 6°, 34%, 87%. Copy any format from the conversion table above.
What colors go well with #DD9A92?
The complementary color is HSL(186, 52%, 72%). 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, 52%, 72%) in CSS?
As HSL: color: hsl(6, 52%, 72%); — As HEX: color: #DD9A92; — As RGB: color: rgb(221, 154, 146); — Tailwind CSS: bg-[hsl(6,52%,72%)] — CSS variable: --color-primary: hsl(6, 52%, 72%);