HSL(2, 55%, 54%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(2,55%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 55%, 54%) | color: hsl(2, 55%, 54%) | |
| HEX | #CA4D49 | color: #CA4D49 | |
| RGB | rgb(202, 77, 73) | color: rgb(202, 77, 73) | |
| CMYK | cmyk(0%, 62%, 64%, 21%) | — | |
| HSV | hsv(2, 64%, 79%) | — | |
| HWB | hwb(2 28% 21%) | color: hwb(2 28% 21%) | |
| OKLCH | oklch(0.5872 0.1602 25.14) | color: oklch(0.5872 0.1602 25.14) | |
| Lab | lab(49.92 49.42 28.65) | color: lab(49.92 49.42 28.65) | |
| LCH | lch(49.92 57.12 30.1) | color: lch(49.92 57.12 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)
#94934A — rgb(148, 147, 74)
Deuteranopia (Green-blind)
#9BA54A — rgb(155, 165, 74)
Tritanopia (Blue-blind)
#C44B4B — rgb(196, 75, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 55%, 54%);
text
color: hsl(2, 55%, 54%);
border
border: 2px solid hsl(2, 55%, 54%);
gradient light
background: linear-gradient(to right, hsl(2, 55%, 74%), hsl(2, 55%, 54%));
gradient dark
background: linear-gradient(to right, hsl(2, 55%, 54%), hsl(2, 55%, 34%))
hex
background-color: #CA4D49;
tailwind
bg-[hsl(2,55%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 55%, 54%, 0.4);
css variable
--color-primary: hsl(2, 55%, 54%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(2, 55%, 54%)?
HEX: #CA4D49 | RGB: rgb(202, 77, 73) | CMYK: 0%, 62%, 64%, 21% | HSV: 2°, 64%, 79%. Copy any format from the conversion table above.
What colors go well with #CA4D49?
The complementary color is HSL(182, 55%, 54%). 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%, 54%) in CSS?
As HSL: color: hsl(2, 55%, 54%); — As HEX: color: #CA4D49; — As RGB: color: rgb(202, 77, 73); — Tailwind CSS: bg-[hsl(2,55%,54%)] — CSS variable: --color-primary: hsl(2, 55%, 54%);