HSL(351, 52%, 75%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(351,52%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(351, 52%, 75%) | color: hsl(351, 52%, 75%) | |
| HEX | #E09EA8 | color: #E09EA8 | |
| RGB | rgb(224, 158, 168) | color: rgb(224, 158, 168) | |
| CMYK | cmyk(0%, 29%, 25%, 12%) | — | |
| HSV | hsv(351, 29%, 88%) | — | |
| HWB | hwb(351 62% 12%) | color: hwb(351 62% 12%) | |
| OKLCH | oklch(0.7655 0.0796 9.1) | color: oklch(0.7655 0.0796 9.1) | |
| Lab | lab(71.64 25.95 4.69) | color: lab(71.64 25.95 4.69) | |
| LCH | lch(71.64 26.37 10.24) | color: lch(71.64 26.37 10.24) |
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)
#C3C3A6 — rgb(195, 195, 166)
Deuteranopia (Green-blind)
#C7CCA5 — rgb(199, 204, 165)
Tritanopia (Blue-blind)
#DDA4A3 — rgb(221, 164, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(351, 52%, 75%);
text
color: hsl(351, 52%, 75%);
border
border: 2px solid hsl(351, 52%, 75%);
gradient light
background: linear-gradient(to right, hsl(351, 52%, 95%), hsl(351, 52%, 75%));
gradient dark
background: linear-gradient(to right, hsl(351, 52%, 75%), hsl(351, 52%, 55%))
hex
background-color: #E09EA8;
tailwind
bg-[hsl(351,52%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(351, 52%, 75%, 0.4);
css variable
--color-primary: hsl(351, 52%, 75%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(351, 52%, 75%)?
HEX: #E09EA8 | RGB: rgb(224, 158, 168) | CMYK: 0%, 29%, 25%, 12% | HSV: 351°, 29%, 88%. Copy any format from the conversion table above.
What colors go well with #E09EA8?
The complementary color is HSL(171, 52%, 75%). For a triadic harmony, use hues 351°, 111°, and 231°. For analogous combinations, try hues 321° and 21°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(351, 52%, 75%) in CSS?
As HSL: color: hsl(351, 52%, 75%); — As HEX: color: #E09EA8; — As RGB: color: rgb(224, 158, 168); — Tailwind CSS: bg-[hsl(351,52%,75%)] — CSS variable: --color-primary: hsl(351, 52%, 75%);