HSL(357, 58%, 67%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,58%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 58%, 67%) | color: hsl(357, 58%, 67%) | |
| HEX | #DC7A7F | color: #DC7A7F | |
| RGB | rgb(220, 122, 127) | color: rgb(220, 122, 127) | |
| CMYK | cmyk(0%, 45%, 42%, 14%) | — | |
| HSV | hsv(357, 45%, 86%) | — | |
| HWB | hwb(357 47% 14%) | color: hwb(357 47% 14%) | |
| OKLCH | oklch(0.6891 0.1218 17.52) | color: oklch(0.6891 0.1218 17.52) | |
| Lab | lab(62.23 38.46 14.28) | color: lab(62.23 38.46 14.28) | |
| LCH | lch(62.23 41.03 20.37) | color: lch(62.23 41.03 20.37) |
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)
#B2B17E — rgb(178, 177, 126)
Deuteranopia (Green-blind)
#B7BF7E — rgb(183, 191, 126)
Tritanopia (Blue-blind)
#D77D7D — rgb(215, 125, 125)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 58%, 67%);
text
color: hsl(357, 58%, 67%);
border
border: 2px solid hsl(357, 58%, 67%);
gradient light
background: linear-gradient(to right, hsl(357, 58%, 87%), hsl(357, 58%, 67%));
gradient dark
background: linear-gradient(to right, hsl(357, 58%, 67%), hsl(357, 58%, 47%))
hex
background-color: #DC7A7F;
tailwind
bg-[hsl(357,58%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 58%, 67%, 0.4);
css variable
--color-primary: hsl(357, 58%, 67%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 58%, 67%)?
HEX: #DC7A7F | RGB: rgb(220, 122, 127) | CMYK: 0%, 45%, 42%, 14% | HSV: 357°, 45%, 86%. Copy any format from the conversion table above.
What colors go well with #DC7A7F?
The complementary color is HSL(177, 58%, 67%). 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, 58%, 67%) in CSS?
As HSL: color: hsl(357, 58%, 67%); — As HEX: color: #DC7A7F; — As RGB: color: rgb(220, 122, 127); — Tailwind CSS: bg-[hsl(357,58%,67%)] — CSS variable: --color-primary: hsl(357, 58%, 67%);