HSL(8, 68%, 74%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(8,68%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(8, 68%, 74%) | color: hsl(8, 68%, 74%) | |
| HEX | #EA9C90 | color: #EA9C90 | |
| RGB | rgb(234, 156, 144) | color: rgb(234, 156, 144) | |
| CMYK | cmyk(0%, 33%, 38%, 8%) | — | |
| HSV | hsv(8, 38%, 92%) | — | |
| HWB | hwb(8 57% 8%) | color: hwb(8 57% 8%) | |
| OKLCH | oklch(0.767 0.0958 29.07) | color: oklch(0.767 0.0958 29.07) | |
| Lab | lab(71.75 27.69 18.24) | color: lab(71.75 27.69 18.24) | |
| LCH | lch(71.75 33.16 33.37) | color: lch(71.75 33.16 33.37) |
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)
#C8C893 — rgb(200, 200, 147)
Deuteranopia (Green-blind)
#CDD394 — rgb(205, 211, 148)
Tritanopia (Blue-blind)
#E69596 — rgb(230, 149, 150)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(8, 68%, 74%);
text
color: hsl(8, 68%, 74%);
border
border: 2px solid hsl(8, 68%, 74%);
gradient light
background: linear-gradient(to right, hsl(8, 68%, 94%), hsl(8, 68%, 74%));
gradient dark
background: linear-gradient(to right, hsl(8, 68%, 74%), hsl(8, 68%, 54%))
hex
background-color: #EA9C90;
tailwind
bg-[hsl(8,68%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(8, 68%, 74%, 0.4);
css variable
--color-primary: hsl(8, 68%, 74%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(8, 68%, 74%)?
HEX: #EA9C90 | RGB: rgb(234, 156, 144) | CMYK: 0%, 33%, 38%, 8% | HSV: 8°, 38%, 92%. Copy any format from the conversion table above.
What colors go well with #EA9C90?
The complementary color is HSL(188, 68%, 74%). For a triadic harmony, use hues 8°, 128°, and 248°. For analogous combinations, try hues 338° and 38°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(8, 68%, 74%) in CSS?
As HSL: color: hsl(8, 68%, 74%); — As HEX: color: #EA9C90; — As RGB: color: rgb(234, 156, 144); — Tailwind CSS: bg-[hsl(8,68%,74%)] — CSS variable: --color-primary: hsl(8, 68%, 74%);