HSL(2, 66%, 65%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(2,66%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 66%, 65%) | color: hsl(2, 66%, 65%) | |
| HEX | #E16F6B | color: #E16F6B | |
| RGB | rgb(225, 111, 107) | color: rgb(225, 111, 107) | |
| CMYK | cmyk(0%, 51%, 52%, 12%) | — | |
| HSV | hsv(2, 52%, 88%) | — | |
| HWB | hwb(2 42% 12%) | color: hwb(2 42% 12%) | |
| OKLCH | oklch(0.6745 0.143 23.67) | color: oklch(0.6745 0.143 23.67) | |
| Lab | lab(60.29 43.97 23.16) | color: lab(60.29 43.97 23.16) | |
| LCH | lch(60.29 49.7 27.78) | color: lch(60.29 49.7 27.78) |
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)
#B0AF6C — rgb(176, 175, 108)
Deuteranopia (Green-blind)
#B6BF6C — rgb(182, 191, 108)
Tritanopia (Blue-blind)
#DB6D6D — rgb(219, 109, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 66%, 65%);
text
color: hsl(2, 66%, 65%);
border
border: 2px solid hsl(2, 66%, 65%);
gradient light
background: linear-gradient(to right, hsl(2, 66%, 85%), hsl(2, 66%, 65%));
gradient dark
background: linear-gradient(to right, hsl(2, 66%, 65%), hsl(2, 66%, 45%))
hex
background-color: #E16F6B;
tailwind
bg-[hsl(2,66%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 66%, 65%, 0.4);
css variable
--color-primary: hsl(2, 66%, 65%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(2, 66%, 65%)?
HEX: #E16F6B | RGB: rgb(225, 111, 107) | CMYK: 0%, 51%, 52%, 12% | HSV: 2°, 52%, 88%. Copy any format from the conversion table above.
What colors go well with #E16F6B?
The complementary color is HSL(182, 66%, 65%). 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, 66%, 65%) in CSS?
As HSL: color: hsl(2, 66%, 65%); — As HEX: color: #E16F6B; — As RGB: color: rgb(225, 111, 107); — Tailwind CSS: bg-[hsl(2,66%,65%)] — CSS variable: --color-primary: hsl(2, 66%, 65%);