HSL(354, 72%, 75%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(354,72%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(354, 72%, 75%) | color: hsl(354, 72%, 75%) | |
| HEX | #ED919B | color: #ED919B | |
| RGB | rgb(237, 145, 155) | color: rgb(237, 145, 155) | |
| CMYK | cmyk(0%, 39%, 35%, 7%) | — | |
| HSV | hsv(353, 39%, 93%) | — | |
| HWB | hwb(353 57% 7%) | color: hwb(353 57% 7%) | |
| OKLCH | oklch(0.7544 0.1118 13.06) | color: oklch(0.7544 0.1118 13.06) | |
| Lab | lab(69.91 35.9 9.62) | color: lab(69.91 35.9 9.62) | |
| LCH | lch(69.91 37.17 15) | color: lch(69.91 37.17 15) |
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)
#C5C499 — rgb(197, 196, 153)
Deuteranopia (Green-blind)
#CBD198 — rgb(203, 209, 152)
Tritanopia (Blue-blind)
#E89796 — rgb(232, 151, 150)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(354, 72%, 75%);
text
color: hsl(354, 72%, 75%);
border
border: 2px solid hsl(354, 72%, 75%);
gradient light
background: linear-gradient(to right, hsl(354, 72%, 95%), hsl(354, 72%, 75%));
gradient dark
background: linear-gradient(to right, hsl(354, 72%, 75%), hsl(354, 72%, 55%))
hex
background-color: #ED919B;
tailwind
bg-[hsl(354,72%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(354, 72%, 75%, 0.4);
css variable
--color-primary: hsl(354, 72%, 75%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(354, 72%, 75%)?
HEX: #ED919B | RGB: rgb(237, 145, 155) | CMYK: 0%, 39%, 35%, 7% | HSV: 353°, 39%, 93%. Copy any format from the conversion table above.
What colors go well with #ED919B?
The complementary color is HSL(174, 72%, 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, 72%, 75%) in CSS?
As HSL: color: hsl(354, 72%, 75%); — As HEX: color: #ED919B; — As RGB: color: rgb(237, 145, 155); — Tailwind CSS: bg-[hsl(354,72%,75%)] — CSS variable: --color-primary: hsl(354, 72%, 75%);