HSL(353, 65%, 48%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(353,65%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(353, 65%, 48%) | color: hsl(353, 65%, 48%) | |
| HEX | #CA2B3D | color: #CA2B3D | |
| RGB | rgb(202, 43, 61) | color: rgb(202, 43, 61) | |
| CMYK | cmyk(0%, 79%, 70%, 21%) | — | |
| HSV | hsv(353, 79%, 79%) | — | |
| HWB | hwb(353 17% 21%) | color: hwb(353 17% 21%) | |
| OKLCH | oklch(0.5508 0.1934 20.93) | color: oklch(0.5508 0.1934 20.93) | |
| Lab | lab(45.12 61.42 29.84) | color: lab(45.12 61.42 29.84) | |
| LCH | lch(45.12 68.29 25.91) | color: lch(45.12 68.29 25.91) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#858439 — rgb(133, 132, 57)
Deuteranopia (Green-blind)
#8E9A38 — rgb(142, 154, 56)
Tritanopia (Blue-blind)
#C23534 — rgb(194, 53, 52)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(353, 65%, 48%);
text
color: hsl(353, 65%, 48%);
border
border: 2px solid hsl(353, 65%, 48%);
gradient light
background: linear-gradient(to right, hsl(353, 65%, 68%), hsl(353, 65%, 48%));
gradient dark
background: linear-gradient(to right, hsl(353, 65%, 48%), hsl(353, 65%, 28%))
hex
background-color: #CA2B3D;
tailwind
bg-[hsl(353,65%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(353, 65%, 48%, 0.4);
css variable
--color-primary: hsl(353, 65%, 48%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(353, 65%, 48%)?
HEX: #CA2B3D | RGB: rgb(202, 43, 61) | CMYK: 0%, 79%, 70%, 21% | HSV: 353°, 79%, 79%. Copy any format from the conversion table above.
What colors go well with #CA2B3D?
The complementary color is HSL(173, 65%, 48%). For a triadic harmony, use hues 353°, 113°, and 233°. For analogous combinations, try hues 323° and 23°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(353, 65%, 48%) in CSS?
As HSL: color: hsl(353, 65%, 48%); — As HEX: color: #CA2B3D; — As RGB: color: rgb(202, 43, 61); — Tailwind CSS: bg-[hsl(353,65%,48%)] — CSS variable: --color-primary: hsl(353, 65%, 48%);