HSL(357, 80%, 68%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,80%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 80%, 68%) | color: hsl(357, 80%, 68%) | |
| HEX | #EF6C73 | color: #EF6C73 | |
| RGB | rgb(239, 108, 115) | color: rgb(239, 108, 115) | |
| CMYK | cmyk(0%, 55%, 52%, 6%) | — | |
| HSV | hsv(357, 55%, 94%) | — | |
| HWB | hwb(357 42% 6%) | color: hwb(357 42% 6%) | |
| OKLCH | oklch(0.6915 0.1618 19.06) | color: oklch(0.6915 0.1618 19.06) | |
| Lab | lab(61.93 51.06 21.15) | color: lab(61.93 51.06 21.15) | |
| LCH | lch(61.93 55.27 22.5) | color: lch(61.93 55.27 22.5) |
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)
#B6B571 — rgb(182, 181, 113)
Deuteranopia (Green-blind)
#BEC871 — rgb(190, 200, 113)
Tritanopia (Blue-blind)
#E87070 — rgb(232, 112, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 80%, 68%);
text
color: hsl(357, 80%, 68%);
border
border: 2px solid hsl(357, 80%, 68%);
gradient light
background: linear-gradient(to right, hsl(357, 80%, 88%), hsl(357, 80%, 68%));
gradient dark
background: linear-gradient(to right, hsl(357, 80%, 68%), hsl(357, 80%, 48%))
hex
background-color: #EF6C73;
tailwind
bg-[hsl(357,80%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 80%, 68%, 0.4);
css variable
--color-primary: hsl(357, 80%, 68%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 80%, 68%)?
HEX: #EF6C73 | RGB: rgb(239, 108, 115) | CMYK: 0%, 55%, 52%, 6% | HSV: 357°, 55%, 94%. Copy any format from the conversion table above.
What colors go well with #EF6C73?
The complementary color is HSL(177, 80%, 68%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 80%, 68%) in CSS?
As HSL: color: hsl(357, 80%, 68%); — As HEX: color: #EF6C73; — As RGB: color: rgb(239, 108, 115); — Tailwind CSS: bg-[hsl(357,80%,68%)] — CSS variable: --color-primary: hsl(357, 80%, 68%);