HSL(14, 60%, 70%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(14,60%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(14, 60%, 70%) | color: hsl(14, 60%, 70%) | |
| HEX | #E09A85 | color: #E09A85 | |
| RGB | rgb(224, 154, 133) | color: rgb(224, 154, 133) | |
| CMYK | cmyk(0%, 31%, 41%, 12%) | — | |
| HSV | hsv(14, 41%, 88%) | — | |
| HWB | hwb(14 52% 12%) | color: hwb(14 52% 12%) | |
| OKLCH | oklch(0.7497 0.0898 37.41) | color: oklch(0.7497 0.0898 37.41) | |
| Lab | lab(69.93 23.67 21.61) | color: lab(69.93 23.67 21.61) | |
| LCH | lch(69.93 32.05 42.4) | color: lch(69.93 32.05 42.4) |
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)
#C2C18A — rgb(194, 193, 138)
Deuteranopia (Green-blind)
#C6CB8B — rgb(198, 203, 139)
Tritanopia (Blue-blind)
#DD8E8F — rgb(221, 142, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(14, 60%, 70%);
text
color: hsl(14, 60%, 70%);
border
border: 2px solid hsl(14, 60%, 70%);
gradient light
background: linear-gradient(to right, hsl(14, 60%, 90%), hsl(14, 60%, 70%));
gradient dark
background: linear-gradient(to right, hsl(14, 60%, 70%), hsl(14, 60%, 50%))
hex
background-color: #E09A85;
tailwind
bg-[hsl(14,60%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(14, 60%, 70%, 0.4);
css variable
--color-primary: hsl(14, 60%, 70%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(14, 60%, 70%)?
HEX: #E09A85 | RGB: rgb(224, 154, 133) | CMYK: 0%, 31%, 41%, 12% | HSV: 14°, 41%, 88%. Copy any format from the conversion table above.
What colors go well with #E09A85?
The complementary color is HSL(194, 60%, 70%). For a triadic harmony, use hues 14°, 134°, and 254°. For analogous combinations, try hues 344° and 44°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(14, 60%, 70%) in CSS?
As HSL: color: hsl(14, 60%, 70%); — As HEX: color: #E09A85; — As RGB: color: rgb(224, 154, 133); — Tailwind CSS: bg-[hsl(14,60%,70%)] — CSS variable: --color-primary: hsl(14, 60%, 70%);