HSL(10, 65%, 72%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(10,65%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(10, 65%, 72%) | color: hsl(10, 65%, 72%) | |
| HEX | #E69989 | color: #E69989 | |
| RGB | rgb(230, 153, 137) | color: rgb(230, 153, 137) | |
| CMYK | cmyk(0%, 33%, 40%, 10%) | — | |
| HSV | hsv(10, 40%, 90%) | — | |
| HWB | hwb(10 54% 10%) | color: hwb(10 54% 10%) | |
| OKLCH | oklch(0.7556 0.0962 32.27) | color: oklch(0.7556 0.0962 32.27) | |
| Lab | lab(70.47 26.97 20.25) | color: lab(70.47 26.97 20.25) | |
| LCH | lch(70.47 33.73 36.9) | color: lch(70.47 33.73 36.9) |
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)
#C5C48D — rgb(197, 196, 141)
Deuteranopia (Green-blind)
#C9CF8E — rgb(201, 207, 142)
Tritanopia (Blue-blind)
#E29091 — rgb(226, 144, 145)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(10, 65%, 72%);
text
color: hsl(10, 65%, 72%);
border
border: 2px solid hsl(10, 65%, 72%);
gradient light
background: linear-gradient(to right, hsl(10, 65%, 92%), hsl(10, 65%, 72%));
gradient dark
background: linear-gradient(to right, hsl(10, 65%, 72%), hsl(10, 65%, 52%))
hex
background-color: #E69989;
tailwind
bg-[hsl(10,65%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(10, 65%, 72%, 0.4);
css variable
--color-primary: hsl(10, 65%, 72%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(10, 65%, 72%)?
HEX: #E69989 | RGB: rgb(230, 153, 137) | CMYK: 0%, 33%, 40%, 10% | HSV: 10°, 40%, 90%. Copy any format from the conversion table above.
What colors go well with #E69989?
The complementary color is HSL(190, 65%, 72%). For a triadic harmony, use hues 10°, 130°, and 250°. For analogous combinations, try hues 340° and 40°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(10, 65%, 72%) in CSS?
As HSL: color: hsl(10, 65%, 72%); — As HEX: color: #E69989; — As RGB: color: rgb(230, 153, 137); — Tailwind CSS: bg-[hsl(10,65%,72%)] — CSS variable: --color-primary: hsl(10, 65%, 72%);