HSL(2, 80%, 58%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(2,80%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 80%, 58%) | color: hsl(2, 80%, 58%) | |
| HEX | #EA443E | color: #EA443E | |
| RGB | rgb(234, 68, 62) | color: rgb(234, 68, 62) | |
| CMYK | cmyk(0%, 71%, 74%, 8%) | — | |
| HSV | hsv(2, 74%, 92%) | — | |
| HWB | hwb(2 24% 8%) | color: hwb(2 24% 8%) | |
| OKLCH | oklch(0.6277 0.2037 26.94) | color: oklch(0.6277 0.2037 26.94) | |
| Lab | lab(54.01 62.91 41.13) | color: lab(54.01 62.91 41.13) | |
| LCH | lch(54.01 75.16 33.18) | color: lch(54.01 75.16 33.18) |
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)
#A2A13F — rgb(162, 161, 63)
Deuteranopia (Green-blind)
#ACB840 — rgb(172, 184, 64)
Tritanopia (Blue-blind)
#E24141 — rgb(226, 65, 65)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 80%, 58%);
text
color: hsl(2, 80%, 58%);
border
border: 2px solid hsl(2, 80%, 58%);
gradient light
background: linear-gradient(to right, hsl(2, 80%, 78%), hsl(2, 80%, 58%));
gradient dark
background: linear-gradient(to right, hsl(2, 80%, 58%), hsl(2, 80%, 38%))
hex
background-color: #EA443E;
tailwind
bg-[hsl(2,80%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 80%, 58%, 0.4);
css variable
--color-primary: hsl(2, 80%, 58%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(2, 80%, 58%)?
HEX: #EA443E | RGB: rgb(234, 68, 62) | CMYK: 0%, 71%, 74%, 8% | HSV: 2°, 74%, 92%. Copy any format from the conversion table above.
What colors go well with #EA443E?
The complementary color is HSL(182, 80%, 58%). 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, 80%, 58%) in CSS?
As HSL: color: hsl(2, 80%, 58%); — As HEX: color: #EA443E; — As RGB: color: rgb(234, 68, 62); — Tailwind CSS: bg-[hsl(2,80%,58%)] — CSS variable: --color-primary: hsl(2, 80%, 58%);