HSL(352, 77%, 59%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(352,77%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(352, 77%, 59%) | color: hsl(352, 77%, 59%) | |
| HEX | #E7465B | color: #E7465B | |
| RGB | rgb(231, 70, 91) | color: rgb(231, 70, 91) | |
| CMYK | cmyk(0%, 70%, 61%, 9%) | — | |
| HSV | hsv(352, 70%, 91%) | — | |
| HWB | hwb(352 27% 9%) | color: hwb(352 27% 9%) | |
| OKLCH | oklch(0.6293 0.1965 17.63) | color: oklch(0.6293 0.1965 17.63) | |
| Lab | lab(54.16 62.77 24.51) | color: lab(54.16 62.77 24.51) | |
| LCH | lch(54.16 67.39 21.33) | color: lch(54.16 67.39 21.33) |
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)
#A1A056 — rgb(161, 160, 86)
Deuteranopia (Green-blind)
#ABB755 — rgb(171, 183, 85)
Tritanopia (Blue-blind)
#DF5251 — rgb(223, 82, 81)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(352, 77%, 59%);
text
color: hsl(352, 77%, 59%);
border
border: 2px solid hsl(352, 77%, 59%);
gradient light
background: linear-gradient(to right, hsl(352, 77%, 79%), hsl(352, 77%, 59%));
gradient dark
background: linear-gradient(to right, hsl(352, 77%, 59%), hsl(352, 77%, 39%))
hex
background-color: #E7465B;
tailwind
bg-[hsl(352,77%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(352, 77%, 59%, 0.4);
css variable
--color-primary: hsl(352, 77%, 59%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(352, 77%, 59%)?
HEX: #E7465B | RGB: rgb(231, 70, 91) | CMYK: 0%, 70%, 61%, 9% | HSV: 352°, 70%, 91%. Copy any format from the conversion table above.
What colors go well with #E7465B?
The complementary color is HSL(172, 77%, 59%). For a triadic harmony, use hues 352°, 112°, and 232°. For analogous combinations, try hues 322° and 22°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(352, 77%, 59%) in CSS?
As HSL: color: hsl(352, 77%, 59%); — As HEX: color: #E7465B; — As RGB: color: rgb(231, 70, 91); — Tailwind CSS: bg-[hsl(352,77%,59%)] — CSS variable: --color-primary: hsl(352, 77%, 59%);