HSL(2, 55%, 60%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(2,55%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 55%, 60%) | color: hsl(2, 55%, 60%) | |
| HEX | #D16561 | color: #D16561 | |
| RGB | rgb(209, 101, 97) | color: rgb(209, 101, 97) | |
| CMYK | cmyk(0%, 52%, 54%, 18%) | — | |
| HSV | hsv(2, 54%, 82%) | — | |
| HWB | hwb(2 38% 18%) | color: hwb(2 38% 18%) | |
| OKLCH | oklch(0.6353 0.1375 23.89) | color: oklch(0.6353 0.1375 23.89) | |
| Lab | lab(55.82 42.25 22.53) | color: lab(55.82 42.25 22.53) | |
| LCH | lch(55.82 47.88 28.07) | color: lch(55.82 47.88 28.07) |
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)
#A2A162 — rgb(162, 161, 98)
Deuteranopia (Green-blind)
#A9B162 — rgb(169, 177, 98)
Tritanopia (Blue-blind)
#CC6363 — rgb(204, 99, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 55%, 60%);
text
color: hsl(2, 55%, 60%);
border
border: 2px solid hsl(2, 55%, 60%);
gradient light
background: linear-gradient(to right, hsl(2, 55%, 80%), hsl(2, 55%, 60%));
gradient dark
background: linear-gradient(to right, hsl(2, 55%, 60%), hsl(2, 55%, 40%))
hex
background-color: #D16561;
tailwind
bg-[hsl(2,55%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 55%, 60%, 0.4);
css variable
--color-primary: hsl(2, 55%, 60%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(2, 55%, 60%)?
HEX: #D16561 | RGB: rgb(209, 101, 97) | CMYK: 0%, 52%, 54%, 18% | HSV: 2°, 54%, 82%. Copy any format from the conversion table above.
What colors go well with #D16561?
The complementary color is HSL(182, 55%, 60%). For a triadic harmony, use hues 2°, 122°, and 242°. For analogous combinations, try hues 332° and 32°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(2, 55%, 60%) in CSS?
As HSL: color: hsl(2, 55%, 60%); — As HEX: color: #D16561; — As RGB: color: rgb(209, 101, 97); — Tailwind CSS: bg-[hsl(2,55%,60%)] — CSS variable: --color-primary: hsl(2, 55%, 60%);