HSL(2, 70%, 77%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(2,70%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 70%, 77%) | color: hsl(2, 70%, 77%) | |
| HEX | #ED9E9B | color: #ED9E9B | |
| RGB | rgb(237, 158, 155) | color: rgb(237, 158, 155) | |
| CMYK | cmyk(0%, 33%, 35%, 7%) | — | |
| HSV | hsv(2, 35%, 93%) | — | |
| HWB | hwb(2 60% 7%) | color: hwb(2 60% 7%) | |
| OKLCH | oklch(0.7764 0.095 21.87) | color: oklch(0.7764 0.095 21.87) | |
| Lab | lab(72.78 29.06 13.68) | color: lab(72.78 29.06 13.68) | |
| LCH | lch(72.78 32.12 25.21) | color: lch(72.78 32.12 25.21) |
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)
#CBCA9C — rgb(203, 202, 156)
Deuteranopia (Green-blind)
#CFD59C — rgb(207, 213, 156)
Tritanopia (Blue-blind)
#E99C9C — rgb(233, 156, 156)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 70%, 77%);
text
color: hsl(2, 70%, 77%);
border
border: 2px solid hsl(2, 70%, 77%);
gradient light
background: linear-gradient(to right, hsl(2, 70%, 97%), hsl(2, 70%, 77%));
gradient dark
background: linear-gradient(to right, hsl(2, 70%, 77%), hsl(2, 70%, 57%))
hex
background-color: #ED9E9B;
tailwind
bg-[hsl(2,70%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 70%, 77%, 0.4);
css variable
--color-primary: hsl(2, 70%, 77%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(2, 70%, 77%)?
HEX: #ED9E9B | RGB: rgb(237, 158, 155) | CMYK: 0%, 33%, 35%, 7% | HSV: 2°, 35%, 93%. Copy any format from the conversion table above.
What colors go well with #ED9E9B?
The complementary color is HSL(182, 70%, 77%). 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, 70%, 77%) in CSS?
As HSL: color: hsl(2, 70%, 77%); — As HEX: color: #ED9E9B; — As RGB: color: rgb(237, 158, 155); — Tailwind CSS: bg-[hsl(2,70%,77%)] — CSS variable: --color-primary: hsl(2, 70%, 77%);