HSL(358, 43%, 60%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(358,43%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(358, 43%, 60%) | color: hsl(358, 43%, 60%) | |
| HEX | #C56D70 | color: #C56D70 | |
| RGB | rgb(197, 109, 112) | color: rgb(197, 109, 112) | |
| CMYK | cmyk(0%, 45%, 43%, 23%) | — | |
| HSV | hsv(358, 45%, 77%) | — | |
| HWB | hwb(358 42% 23%) | color: hwb(358 42% 23%) | |
| OKLCH | oklch(0.6347 0.1117 18.56) | color: oklch(0.6347 0.1117 18.56) | |
| Lab | lab(56.07 35.09 13.88) | color: lab(56.07 35.09 13.88) | |
| LCH | lch(56.07 37.74 21.58) | color: lch(56.07 37.74 21.58) |
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)
#9F9E6F — rgb(159, 158, 111)
Deuteranopia (Green-blind)
#A4AB6F — rgb(164, 171, 111)
Tritanopia (Blue-blind)
#C16F6F — rgb(193, 111, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(358, 43%, 60%);
text
color: hsl(358, 43%, 60%);
border
border: 2px solid hsl(358, 43%, 60%);
gradient light
background: linear-gradient(to right, hsl(358, 43%, 80%), hsl(358, 43%, 60%));
gradient dark
background: linear-gradient(to right, hsl(358, 43%, 60%), hsl(358, 43%, 40%))
hex
background-color: #C56D70;
tailwind
bg-[hsl(358,43%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(358, 43%, 60%, 0.4);
css variable
--color-primary: hsl(358, 43%, 60%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(358, 43%, 60%)?
HEX: #C56D70 | RGB: rgb(197, 109, 112) | CMYK: 0%, 45%, 43%, 23% | HSV: 358°, 45%, 77%. Copy any format from the conversion table above.
What colors go well with #C56D70?
The complementary color is HSL(178, 43%, 60%). For a triadic harmony, use hues 358°, 118°, and 238°. For analogous combinations, try hues 328° and 28°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(358, 43%, 60%) in CSS?
As HSL: color: hsl(358, 43%, 60%); — As HEX: color: #C56D70; — As RGB: color: rgb(197, 109, 112); — Tailwind CSS: bg-[hsl(358,43%,60%)] — CSS variable: --color-primary: hsl(358, 43%, 60%);