HSL(7, 66%, 59%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(7,66%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(7, 66%, 59%) | color: hsl(7, 66%, 59%) | |
| HEX | #DB6251 | color: #DB6251 | |
| RGB | rgb(219, 98, 81) | color: rgb(219, 98, 81) | |
| CMYK | cmyk(0%, 55%, 63%, 14%) | — | |
| HSV | hsv(7, 63%, 86%) | — | |
| HWB | hwb(7 32% 14%) | color: hwb(7 32% 14%) | |
| OKLCH | oklch(0.6424 0.1554 30.03) | color: oklch(0.6424 0.1554 30.03) | |
| Lab | lab(56.48 46.21 32.83) | color: lab(56.48 46.21 32.83) | |
| LCH | lch(56.48 56.68 35.39) | color: lch(56.48 56.68 35.39) |
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)
#A7A655 — rgb(167, 166, 85)
Deuteranopia (Green-blind)
#AEB756 — rgb(174, 183, 86)
Tritanopia (Blue-blind)
#D55859 — rgb(213, 88, 89)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(7, 66%, 59%);
text
color: hsl(7, 66%, 59%);
border
border: 2px solid hsl(7, 66%, 59%);
gradient light
background: linear-gradient(to right, hsl(7, 66%, 79%), hsl(7, 66%, 59%));
gradient dark
background: linear-gradient(to right, hsl(7, 66%, 59%), hsl(7, 66%, 39%))
hex
background-color: #DB6251;
tailwind
bg-[hsl(7,66%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(7, 66%, 59%, 0.4);
css variable
--color-primary: hsl(7, 66%, 59%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(7, 66%, 59%)?
HEX: #DB6251 | RGB: rgb(219, 98, 81) | CMYK: 0%, 55%, 63%, 14% | HSV: 7°, 63%, 86%. Copy any format from the conversion table above.
What colors go well with #DB6251?
The complementary color is HSL(187, 66%, 59%). 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, 66%, 59%) in CSS?
As HSL: color: hsl(7, 66%, 59%); — As HEX: color: #DB6251; — As RGB: color: rgb(219, 98, 81); — Tailwind CSS: bg-[hsl(7,66%,59%)] — CSS variable: --color-primary: hsl(7, 66%, 59%);