HSL(9, 50%, 72%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(9,50%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(9, 50%, 72%) | color: hsl(9, 50%, 72%) | |
| HEX | #DB9F94 | color: #DB9F94 | |
| RGB | rgb(219, 159, 148) | color: rgb(219, 159, 148) | |
| CMYK | cmyk(0%, 27%, 32%, 14%) | — | |
| HSV | hsv(9, 32%, 86%) | — | |
| HWB | hwb(9 58% 14%) | color: hwb(9 58% 14%) | |
| OKLCH | oklch(0.7568 0.0739 30.55) | color: oklch(0.7568 0.0739 30.55) | |
| Lab | lab(70.87 20.83 14.56) | color: lab(70.87 20.83 14.56) | |
| LCH | lch(70.87 25.41 34.95) | color: lch(70.87 25.41 34.95) |
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)
#C1C097 — rgb(193, 192, 151)
Deuteranopia (Green-blind)
#C5C997 — rgb(197, 201, 151)
Tritanopia (Blue-blind)
#D89999 — rgb(216, 153, 153)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(9, 50%, 72%);
text
color: hsl(9, 50%, 72%);
border
border: 2px solid hsl(9, 50%, 72%);
gradient light
background: linear-gradient(to right, hsl(9, 50%, 92%), hsl(9, 50%, 72%));
gradient dark
background: linear-gradient(to right, hsl(9, 50%, 72%), hsl(9, 50%, 52%))
hex
background-color: #DB9F94;
tailwind
bg-[hsl(9,50%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(9, 50%, 72%, 0.4);
css variable
--color-primary: hsl(9, 50%, 72%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(9, 50%, 72%)?
HEX: #DB9F94 | RGB: rgb(219, 159, 148) | CMYK: 0%, 27%, 32%, 14% | HSV: 9°, 32%, 86%. Copy any format from the conversion table above.
What colors go well with #DB9F94?
The complementary color is HSL(189, 50%, 72%). For a triadic harmony, use hues 9°, 129°, and 249°. For analogous combinations, try hues 339° and 39°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(9, 50%, 72%) in CSS?
As HSL: color: hsl(9, 50%, 72%); — As HEX: color: #DB9F94; — As RGB: color: rgb(219, 159, 148); — Tailwind CSS: bg-[hsl(9,50%,72%)] — CSS variable: --color-primary: hsl(9, 50%, 72%);