HSL(357, 35%, 62%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,35%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 35%, 62%) | color: hsl(357, 35%, 62%) | |
| HEX | #C07C80 | color: #C07C80 | |
| RGB | rgb(192, 124, 128) | color: rgb(192, 124, 128) | |
| CMYK | cmyk(0%, 35%, 33%, 25%) | — | |
| HSV | hsv(356, 35%, 75%) | — | |
| HWB | hwb(356 49% 25%) | color: hwb(356 49% 25%) | |
| OKLCH | oklch(0.6581 0.0851 15.81) | color: oklch(0.6581 0.0851 15.81) | |
| Lab | lab(59.14 26.97 8.85) | color: lab(59.14 26.97 8.85) | |
| LCH | lch(59.14 28.38 18.17) | color: lch(59.14 28.38 18.17) |
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)
#A3A27F — rgb(163, 162, 127)
Deuteranopia (Green-blind)
#A7AC7F — rgb(167, 172, 127)
Tritanopia (Blue-blind)
#BD7E7E — rgb(189, 126, 126)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 35%, 62%);
text
color: hsl(357, 35%, 62%);
border
border: 2px solid hsl(357, 35%, 62%);
gradient light
background: linear-gradient(to right, hsl(357, 35%, 82%), hsl(357, 35%, 62%));
gradient dark
background: linear-gradient(to right, hsl(357, 35%, 62%), hsl(357, 35%, 42%))
hex
background-color: #C07C80;
tailwind
bg-[hsl(357,35%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 35%, 62%, 0.4);
css variable
--color-primary: hsl(357, 35%, 62%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 35%, 62%)?
HEX: #C07C80 | RGB: rgb(192, 124, 128) | CMYK: 0%, 35%, 33%, 25% | HSV: 356°, 35%, 75%. Copy any format from the conversion table above.
What colors go well with #C07C80?
The complementary color is HSL(177, 35%, 62%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 35%, 62%) in CSS?
As HSL: color: hsl(357, 35%, 62%); — As HEX: color: #C07C80; — As RGB: color: rgb(192, 124, 128); — Tailwind CSS: bg-[hsl(357,35%,62%)] — CSS variable: --color-primary: hsl(357, 35%, 62%);