HSL(354, 65%, 75%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(354,65%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(354, 65%, 75%) | color: hsl(354, 65%, 75%) | |
| HEX | #E9969E | color: #E9969E | |
| RGB | rgb(233, 150, 158) | color: rgb(233, 150, 158) | |
| CMYK | cmyk(0%, 36%, 32%, 9%) | — | |
| HSV | hsv(354, 36%, 91%) | — | |
| HWB | hwb(354 58% 9%) | color: hwb(354 58% 9%) | |
| OKLCH | oklch(0.7589 0.1004 13.44) | color: oklch(0.7589 0.1004 13.44) | |
| Lab | lab(70.6 32.18 8.87) | color: lab(70.6 32.18 8.87) | |
| LCH | lch(70.6 33.38 15.41) | color: lch(70.6 33.38 15.41) |
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)
#C5C49C — rgb(197, 196, 156)
Deuteranopia (Green-blind)
#CAD09C — rgb(202, 208, 156)
Tritanopia (Blue-blind)
#E59B9A — rgb(229, 155, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(354, 65%, 75%);
text
color: hsl(354, 65%, 75%);
border
border: 2px solid hsl(354, 65%, 75%);
gradient light
background: linear-gradient(to right, hsl(354, 65%, 95%), hsl(354, 65%, 75%));
gradient dark
background: linear-gradient(to right, hsl(354, 65%, 75%), hsl(354, 65%, 55%))
hex
background-color: #E9969E;
tailwind
bg-[hsl(354,65%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(354, 65%, 75%, 0.4);
css variable
--color-primary: hsl(354, 65%, 75%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(354, 65%, 75%)?
HEX: #E9969E | RGB: rgb(233, 150, 158) | CMYK: 0%, 36%, 32%, 9% | HSV: 354°, 36%, 91%. Copy any format from the conversion table above.
What colors go well with #E9969E?
The complementary color is HSL(174, 65%, 75%). For a triadic harmony, use hues 354°, 114°, and 234°. For analogous combinations, try hues 324° and 24°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(354, 65%, 75%) in CSS?
As HSL: color: hsl(354, 65%, 75%); — As HEX: color: #E9969E; — As RGB: color: rgb(233, 150, 158); — Tailwind CSS: bg-[hsl(354,65%,75%)] — CSS variable: --color-primary: hsl(354, 65%, 75%);