HSL(3, 63%, 78%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(3,63%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(3, 63%, 78%) | color: hsl(3, 63%, 78%) | |
| HEX | #EAA7A4 | color: #EAA7A4 | |
| RGB | rgb(234, 167, 164) | color: rgb(234, 167, 164) | |
| CMYK | cmyk(0%, 29%, 30%, 8%) | — | |
| HSV | hsv(3, 30%, 92%) | — | |
| HWB | hwb(3 64% 8%) | color: hwb(3 64% 8%) | |
| OKLCH | oklch(0.7912 0.0798 21.9) | color: oklch(0.7912 0.0798 21.9) | |
| Lab | lab(74.71 24.29 11.41) | color: lab(74.71 24.29 11.41) | |
| LCH | lch(74.71 26.84 25.16) | color: lch(74.71 26.84 25.16) |
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)
#CDCCA5 — rgb(205, 204, 165)
Deuteranopia (Green-blind)
#D1D6A5 — rgb(209, 214, 165)
Tritanopia (Blue-blind)
#E7A5A5 — rgb(231, 165, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(3, 63%, 78%);
text
color: hsl(3, 63%, 78%);
border
border: 2px solid hsl(3, 63%, 78%);
gradient light
background: linear-gradient(to right, hsl(3, 63%, 98%), hsl(3, 63%, 78%));
gradient dark
background: linear-gradient(to right, hsl(3, 63%, 78%), hsl(3, 63%, 58%))
hex
background-color: #EAA7A4;
tailwind
bg-[hsl(3,63%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(3, 63%, 78%, 0.4);
css variable
--color-primary: hsl(3, 63%, 78%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(3, 63%, 78%)?
HEX: #EAA7A4 | RGB: rgb(234, 167, 164) | CMYK: 0%, 29%, 30%, 8% | HSV: 3°, 30%, 92%. Copy any format from the conversion table above.
What colors go well with #EAA7A4?
The complementary color is HSL(183, 63%, 78%). 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, 63%, 78%) in CSS?
As HSL: color: hsl(3, 63%, 78%); — As HEX: color: #EAA7A4; — As RGB: color: rgb(234, 167, 164); — Tailwind CSS: bg-[hsl(3,63%,78%)] — CSS variable: --color-primary: hsl(3, 63%, 78%);