HSL(355, 80%, 66%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(355,80%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(355, 80%, 66%) | color: hsl(355, 80%, 66%) | |
| HEX | #EE636F | color: #EE636F | |
| RGB | rgb(238, 99, 111) | color: rgb(238, 99, 111) | |
| CMYK | cmyk(0%, 58%, 53%, 7%) | — | |
| HSV | hsv(355, 58%, 93%) | — | |
| HWB | hwb(355 39% 7%) | color: hwb(355 39% 7%) | |
| OKLCH | oklch(0.6773 0.1716 17.73) | color: oklch(0.6773 0.1716 17.73) | |
| Lab | lab(60.12 54.53 20.97) | color: lab(60.12 54.53 20.97) | |
| LCH | lch(60.12 58.42 21.03) | color: lch(60.12 58.42 21.03) |
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)
#B2B16C — rgb(178, 177, 108)
Deuteranopia (Green-blind)
#BAC46B — rgb(186, 196, 107)
Tritanopia (Blue-blind)
#E76A69 — rgb(231, 106, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(355, 80%, 66%);
text
color: hsl(355, 80%, 66%);
border
border: 2px solid hsl(355, 80%, 66%);
gradient light
background: linear-gradient(to right, hsl(355, 80%, 86%), hsl(355, 80%, 66%));
gradient dark
background: linear-gradient(to right, hsl(355, 80%, 66%), hsl(355, 80%, 46%))
hex
background-color: #EE636F;
tailwind
bg-[hsl(355,80%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(355, 80%, 66%, 0.4);
css variable
--color-primary: hsl(355, 80%, 66%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(355, 80%, 66%)?
HEX: #EE636F | RGB: rgb(238, 99, 111) | CMYK: 0%, 58%, 53%, 7% | HSV: 355°, 58%, 93%. Copy any format from the conversion table above.
What colors go well with #EE636F?
The complementary color is HSL(175, 80%, 66%). For a triadic harmony, use hues 355°, 115°, and 235°. For analogous combinations, try hues 325° and 25°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(355, 80%, 66%) in CSS?
As HSL: color: hsl(355, 80%, 66%); — As HEX: color: #EE636F; — As RGB: color: rgb(238, 99, 111); — Tailwind CSS: bg-[hsl(355,80%,66%)] — CSS variable: --color-primary: hsl(355, 80%, 66%);