HSL(359, 65%, 75%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(359,65%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(359, 65%, 75%) | color: hsl(359, 65%, 75%) | |
| HEX | #E99697 | color: #E99697 | |
| RGB | rgb(233, 150, 151) | color: rgb(233, 150, 151) | |
| CMYK | cmyk(0%, 36%, 35%, 9%) | — | |
| HSV | hsv(359, 36%, 91%) | — | |
| HWB | hwb(359 58% 9%) | color: hwb(359 58% 9%) | |
| OKLCH | oklch(0.7571 0.1004 18.9) | color: oklch(0.7571 0.1004 18.9) | |
| Lab | lab(70.44 31.32 12.52) | color: lab(70.44 31.32 12.52) | |
| LCH | lch(70.44 33.73 21.79) | color: lch(70.44 33.73 21.79) |
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)
#C5C497 — rgb(197, 196, 151)
Deuteranopia (Green-blind)
#CAD097 — rgb(202, 208, 151)
Tritanopia (Blue-blind)
#E59797 — rgb(229, 151, 151)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(359, 65%, 75%);
text
color: hsl(359, 65%, 75%);
border
border: 2px solid hsl(359, 65%, 75%);
gradient light
background: linear-gradient(to right, hsl(359, 65%, 95%), hsl(359, 65%, 75%));
gradient dark
background: linear-gradient(to right, hsl(359, 65%, 75%), hsl(359, 65%, 55%))
hex
background-color: #E99697;
tailwind
bg-[hsl(359,65%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(359, 65%, 75%, 0.4);
css variable
--color-primary: hsl(359, 65%, 75%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(359, 65%, 75%)?
HEX: #E99697 | RGB: rgb(233, 150, 151) | CMYK: 0%, 36%, 35%, 9% | HSV: 359°, 36%, 91%. Copy any format from the conversion table above.
What colors go well with #E99697?
The complementary color is HSL(179, 65%, 75%). For a triadic harmony, use hues 359°, 119°, and 239°. For analogous combinations, try hues 329° and 29°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(359, 65%, 75%) in CSS?
As HSL: color: hsl(359, 65%, 75%); — As HEX: color: #E99697; — As RGB: color: rgb(233, 150, 151); — Tailwind CSS: bg-[hsl(359,65%,75%)] — CSS variable: --color-primary: hsl(359, 65%, 75%);