HSL(2, 57%, 55%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(2,57%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 57%, 55%) | color: hsl(2, 57%, 55%) | |
| HEX | #CE4F4B | color: #CE4F4B | |
| RGB | rgb(206, 79, 75) | color: rgb(206, 79, 75) | |
| CMYK | cmyk(0%, 62%, 64%, 19%) | — | |
| HSV | hsv(2, 64%, 81%) | — | |
| HWB | hwb(2 29% 19%) | color: hwb(2 29% 19%) | |
| OKLCH | oklch(0.5964 0.1622 25.09) | color: oklch(0.5964 0.1622 25.09) | |
| Lab | lab(50.95 50.04 28.92) | color: lab(50.95 50.04 28.92) | |
| LCH | lch(50.95 57.8 30.03) | color: lch(50.95 57.8 30.03) |
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)
#97964C — rgb(151, 150, 76)
Deuteranopia (Green-blind)
#9EA84C — rgb(158, 168, 76)
Tritanopia (Blue-blind)
#C84D4D — rgb(200, 77, 77)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 57%, 55%);
text
color: hsl(2, 57%, 55%);
border
border: 2px solid hsl(2, 57%, 55%);
gradient light
background: linear-gradient(to right, hsl(2, 57%, 75%), hsl(2, 57%, 55%));
gradient dark
background: linear-gradient(to right, hsl(2, 57%, 55%), hsl(2, 57%, 35%))
hex
background-color: #CE4F4B;
tailwind
bg-[hsl(2,57%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 57%, 55%, 0.4);
css variable
--color-primary: hsl(2, 57%, 55%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(2, 57%, 55%)?
HEX: #CE4F4B | RGB: rgb(206, 79, 75) | CMYK: 0%, 62%, 64%, 19% | HSV: 2°, 64%, 81%. Copy any format from the conversion table above.
What colors go well with #CE4F4B?
The complementary color is HSL(182, 57%, 55%). 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, 57%, 55%) in CSS?
As HSL: color: hsl(2, 57%, 55%); — As HEX: color: #CE4F4B; — As RGB: color: rgb(206, 79, 75); — Tailwind CSS: bg-[hsl(2,57%,55%)] — CSS variable: --color-primary: hsl(2, 57%, 55%);