HSL(3, 68%, 74%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(3,68%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(3, 68%, 74%) | color: hsl(3, 68%, 74%) | |
| HEX | #EA9490 | color: #EA9490 | |
| RGB | rgb(234, 148, 144) | color: rgb(234, 148, 144) | |
| CMYK | cmyk(0%, 37%, 38%, 8%) | — | |
| HSV | hsv(3, 38%, 92%) | — | |
| HWB | hwb(3 57% 8%) | color: hwb(3 57% 8%) | |
| OKLCH | oklch(0.7532 0.1047 22.74) | color: oklch(0.7532 0.1047 22.74) | |
| Lab | lab(69.96 31.93 15.75) | color: lab(69.96 31.93 15.75) | |
| LCH | lch(69.96 35.6 26.26) | color: lch(69.96 35.6 26.26) |
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)
#C5C491 — rgb(197, 196, 145)
Deuteranopia (Green-blind)
#CAD091 — rgb(202, 208, 145)
Tritanopia (Blue-blind)
#E69292 — rgb(230, 146, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(3, 68%, 74%);
text
color: hsl(3, 68%, 74%);
border
border: 2px solid hsl(3, 68%, 74%);
gradient light
background: linear-gradient(to right, hsl(3, 68%, 94%), hsl(3, 68%, 74%));
gradient dark
background: linear-gradient(to right, hsl(3, 68%, 74%), hsl(3, 68%, 54%))
hex
background-color: #EA9490;
tailwind
bg-[hsl(3,68%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(3, 68%, 74%, 0.4);
css variable
--color-primary: hsl(3, 68%, 74%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(3, 68%, 74%)?
HEX: #EA9490 | RGB: rgb(234, 148, 144) | CMYK: 0%, 37%, 38%, 8% | HSV: 3°, 38%, 92%. Copy any format from the conversion table above.
What colors go well with #EA9490?
The complementary color is HSL(183, 68%, 74%). For a triadic harmony, use hues 3°, 123°, and 243°. For analogous combinations, try hues 333° and 33°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(3, 68%, 74%) in CSS?
As HSL: color: hsl(3, 68%, 74%); — As HEX: color: #EA9490; — As RGB: color: rgb(234, 148, 144); — Tailwind CSS: bg-[hsl(3,68%,74%)] — CSS variable: --color-primary: hsl(3, 68%, 74%);