HSL(8, 80%, 56%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(8,80%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(8, 80%, 56%) | color: hsl(8, 80%, 56%) | |
| HEX | #E94D35 | color: #E94D35 | |
| RGB | rgb(233, 77, 53) | color: rgb(233, 77, 53) | |
| CMYK | cmyk(0%, 67%, 77%, 9%) | — | |
| HSV | hsv(8, 77%, 91%) | — | |
| HWB | hwb(8 21% 9%) | color: hwb(8 21% 9%) | |
| OKLCH | oklch(0.6342 0.1964 31.52) | color: oklch(0.6342 0.1964 31.52) | |
| Lab | lab(54.96 58.9 46.91) | color: lab(54.96 58.9 46.91) | |
| LCH | lch(54.96 75.3 38.54) | color: lch(54.96 75.3 38.54) |
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)
#A5A43B — rgb(165, 164, 59)
Deuteranopia (Green-blind)
#AFBA3C — rgb(175, 186, 60)
Tritanopia (Blue-blind)
#E13F40 — rgb(225, 63, 64)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(8, 80%, 56%);
text
color: hsl(8, 80%, 56%);
border
border: 2px solid hsl(8, 80%, 56%);
gradient light
background: linear-gradient(to right, hsl(8, 80%, 76%), hsl(8, 80%, 56%));
gradient dark
background: linear-gradient(to right, hsl(8, 80%, 56%), hsl(8, 80%, 36%))
hex
background-color: #E94D35;
tailwind
bg-[hsl(8,80%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(8, 80%, 56%, 0.4);
css variable
--color-primary: hsl(8, 80%, 56%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(8, 80%, 56%)?
HEX: #E94D35 | RGB: rgb(233, 77, 53) | CMYK: 0%, 67%, 77%, 9% | HSV: 8°, 77%, 91%. Copy any format from the conversion table above.
What colors go well with #E94D35?
The complementary color is HSL(188, 80%, 56%). 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, 80%, 56%) in CSS?
As HSL: color: hsl(8, 80%, 56%); — As HEX: color: #E94D35; — As RGB: color: rgb(233, 77, 53); — Tailwind CSS: bg-[hsl(8,80%,56%)] — CSS variable: --color-primary: hsl(8, 80%, 56%);