HSL(2, 75%, 74%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(2,75%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 75%, 74%) | color: hsl(2, 75%, 74%) | |
| HEX | #EE8E8B | color: #EE8E8B | |
| RGB | rgb(238, 142, 139) | color: rgb(238, 142, 139) | |
| CMYK | cmyk(0%, 40%, 42%, 7%) | — | |
| HSV | hsv(2, 42%, 93%) | — | |
| HWB | hwb(2 54% 7%) | color: hwb(2 54% 7%) | |
| OKLCH | oklch(0.7468 0.1173 22.16) | color: oklch(0.7468 0.1173 22.16) | |
| Lab | lab(69.03 36.01 17.32) | color: lab(69.03 36.01 17.32) | |
| LCH | lch(69.03 39.96 25.69) | color: lch(69.03 39.96 25.69) |
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)
#C4C48C — rgb(196, 196, 140)
Deuteranopia (Green-blind)
#CAD18C — rgb(202, 209, 140)
Tritanopia (Blue-blind)
#E98C8C — rgb(233, 140, 140)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 75%, 74%);
text
color: hsl(2, 75%, 74%);
border
border: 2px solid hsl(2, 75%, 74%);
gradient light
background: linear-gradient(to right, hsl(2, 75%, 94%), hsl(2, 75%, 74%));
gradient dark
background: linear-gradient(to right, hsl(2, 75%, 74%), hsl(2, 75%, 54%))
hex
background-color: #EE8E8B;
tailwind
bg-[hsl(2,75%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 75%, 74%, 0.4);
css variable
--color-primary: hsl(2, 75%, 74%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(2, 75%, 74%)?
HEX: #EE8E8B | RGB: rgb(238, 142, 139) | CMYK: 0%, 40%, 42%, 7% | HSV: 2°, 42%, 93%. Copy any format from the conversion table above.
What colors go well with #EE8E8B?
The complementary color is HSL(182, 75%, 74%). For a triadic harmony, use hues 2°, 122°, and 242°. For analogous combinations, try hues 332° and 32°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(2, 75%, 74%) in CSS?
As HSL: color: hsl(2, 75%, 74%); — As HEX: color: #EE8E8B; — As RGB: color: rgb(238, 142, 139); — Tailwind CSS: bg-[hsl(2,75%,74%)] — CSS variable: --color-primary: hsl(2, 75%, 74%);