HSL(7, 75%, 74%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(7,75%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(7, 75%, 74%) | color: hsl(7, 75%, 74%) | |
| HEX | #EE978B | color: #EE978B | |
| RGB | rgb(238, 151, 139) | color: rgb(238, 151, 139) | |
| CMYK | cmyk(0%, 37%, 42%, 7%) | — | |
| HSV | hsv(7, 42%, 93%) | — | |
| HWB | hwb(7 54% 7%) | color: hwb(7 54% 7%) | |
| OKLCH | oklch(0.7618 0.1071 28.33) | color: oklch(0.7618 0.1071 28.33) | |
| Lab | lab(70.99 31.3 20.03) | color: lab(70.99 31.3 20.03) | |
| LCH | lch(70.99 37.16 32.62) | color: lch(70.99 37.16 32.62) |
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)
#C8C88E — rgb(200, 200, 142)
Deuteranopia (Green-blind)
#CDD48F — rgb(205, 212, 143)
Tritanopia (Blue-blind)
#EA9091 — rgb(234, 144, 145)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(7, 75%, 74%);
text
color: hsl(7, 75%, 74%);
border
border: 2px solid hsl(7, 75%, 74%);
gradient light
background: linear-gradient(to right, hsl(7, 75%, 94%), hsl(7, 75%, 74%));
gradient dark
background: linear-gradient(to right, hsl(7, 75%, 74%), hsl(7, 75%, 54%))
hex
background-color: #EE978B;
tailwind
bg-[hsl(7,75%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(7, 75%, 74%, 0.4);
css variable
--color-primary: hsl(7, 75%, 74%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(7, 75%, 74%)?
HEX: #EE978B | RGB: rgb(238, 151, 139) | CMYK: 0%, 37%, 42%, 7% | HSV: 7°, 42%, 93%. Copy any format from the conversion table above.
What colors go well with #EE978B?
The complementary color is HSL(187, 75%, 74%). For a triadic harmony, use hues 7°, 127°, and 247°. For analogous combinations, try hues 337° and 37°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(7, 75%, 74%) in CSS?
As HSL: color: hsl(7, 75%, 74%); — As HEX: color: #EE978B; — As RGB: color: rgb(238, 151, 139); — Tailwind CSS: bg-[hsl(7,75%,74%)] — CSS variable: --color-primary: hsl(7, 75%, 74%);