HSL(3, 65%, 60%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(3,65%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(3, 65%, 60%) | color: hsl(3, 65%, 60%) | |
| HEX | #DB5D57 | color: #DB5D57 | |
| RGB | rgb(219, 93, 87) | color: rgb(219, 93, 87) | |
| CMYK | cmyk(0%, 58%, 60%, 14%) | — | |
| HSV | hsv(3, 60%, 86%) | — | |
| HWB | hwb(3 34% 14%) | color: hwb(3 34% 14%) | |
| OKLCH | oklch(0.6366 0.1596 25.37) | color: oklch(0.6366 0.1596 25.37) | |
| Lab | lab(55.67 48.97 28.39) | color: lab(55.67 48.97 28.39) | |
| LCH | lch(55.67 56.6 30.1) | color: lch(55.67 56.6 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)
#A4A358 — rgb(164, 163, 88)
Deuteranopia (Green-blind)
#ACB559 — rgb(172, 181, 89)
Tritanopia (Blue-blind)
#D55A5A — rgb(213, 90, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(3, 65%, 60%);
text
color: hsl(3, 65%, 60%);
border
border: 2px solid hsl(3, 65%, 60%);
gradient light
background: linear-gradient(to right, hsl(3, 65%, 80%), hsl(3, 65%, 60%));
gradient dark
background: linear-gradient(to right, hsl(3, 65%, 60%), hsl(3, 65%, 40%))
hex
background-color: #DB5D57;
tailwind
bg-[hsl(3,65%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(3, 65%, 60%, 0.4);
css variable
--color-primary: hsl(3, 65%, 60%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(3, 65%, 60%)?
HEX: #DB5D57 | RGB: rgb(219, 93, 87) | CMYK: 0%, 58%, 60%, 14% | HSV: 3°, 60%, 86%. Copy any format from the conversion table above.
What colors go well with #DB5D57?
The complementary color is HSL(183, 65%, 60%). For a triadic harmony, use hues 3°, 123°, and 243°. For analogous combinations, try hues 333° and 33°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(3, 65%, 60%) in CSS?
As HSL: color: hsl(3, 65%, 60%); — As HEX: color: #DB5D57; — As RGB: color: rgb(219, 93, 87); — Tailwind CSS: bg-[hsl(3,65%,60%)] — CSS variable: --color-primary: hsl(3, 65%, 60%);