HSL(357, 51%, 64%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,51%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 51%, 64%) | color: hsl(357, 51%, 64%) | |
| HEX | #D27479 | color: #D27479 | |
| RGB | rgb(210, 116, 121) | color: rgb(210, 116, 121) | |
| CMYK | cmyk(0%, 45%, 42%, 18%) | — | |
| HSV | hsv(357, 45%, 82%) | — | |
| HWB | hwb(357 45% 18%) | color: hwb(357 45% 18%) | |
| OKLCH | oklch(0.6652 0.1179 17.39) | color: oklch(0.6652 0.1179 17.39) | |
| Lab | lab(59.5 37.24 13.72) | color: lab(59.5 37.24 13.72) | |
| LCH | lch(59.5 39.69 20.22) | color: lch(59.5 39.69 20.22) |
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)
#A9A878 — rgb(169, 168, 120)
Deuteranopia (Green-blind)
#AFB678 — rgb(175, 182, 120)
Tritanopia (Blue-blind)
#CD7777 — rgb(205, 119, 119)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 51%, 64%);
text
color: hsl(357, 51%, 64%);
border
border: 2px solid hsl(357, 51%, 64%);
gradient light
background: linear-gradient(to right, hsl(357, 51%, 84%), hsl(357, 51%, 64%));
gradient dark
background: linear-gradient(to right, hsl(357, 51%, 64%), hsl(357, 51%, 44%))
hex
background-color: #D27479;
tailwind
bg-[hsl(357,51%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 51%, 64%, 0.4);
css variable
--color-primary: hsl(357, 51%, 64%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 51%, 64%)?
HEX: #D27479 | RGB: rgb(210, 116, 121) | CMYK: 0%, 45%, 42%, 18% | HSV: 357°, 45%, 82%. Copy any format from the conversion table above.
What colors go well with #D27479?
The complementary color is HSL(177, 51%, 64%). 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, 51%, 64%) in CSS?
As HSL: color: hsl(357, 51%, 64%); — As HEX: color: #D27479; — As RGB: color: rgb(210, 116, 121); — Tailwind CSS: bg-[hsl(357,51%,64%)] — CSS variable: --color-primary: hsl(357, 51%, 64%);