HSL(9, 70%, 70%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(9,70%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(9, 70%, 70%) | color: hsl(9, 70%, 70%) | |
| HEX | #E88D7D | color: #E88D7D | |
| RGB | rgb(232, 141, 125) | color: rgb(232, 141, 125) | |
| CMYK | cmyk(0%, 39%, 46%, 9%) | — | |
| HSV | hsv(9, 46%, 91%) | — | |
| HWB | hwb(9 49% 9%) | color: hwb(9 49% 9%) | |
| OKLCH | oklch(0.7348 0.1141 30.73) | color: oklch(0.7348 0.1141 30.73) | |
| Lab | lab(67.79 32.83 23.28) | color: lab(67.79 32.83 23.28) | |
| LCH | lch(67.79 40.25 35.34) | color: lch(67.79 40.25 35.34) |
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)
#C1C081 — rgb(193, 192, 129)
Deuteranopia (Green-blind)
#C6CD82 — rgb(198, 205, 130)
Tritanopia (Blue-blind)
#E38485 — rgb(227, 132, 133)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(9, 70%, 70%);
text
color: hsl(9, 70%, 70%);
border
border: 2px solid hsl(9, 70%, 70%);
gradient light
background: linear-gradient(to right, hsl(9, 70%, 90%), hsl(9, 70%, 70%));
gradient dark
background: linear-gradient(to right, hsl(9, 70%, 70%), hsl(9, 70%, 50%))
hex
background-color: #E88D7D;
tailwind
bg-[hsl(9,70%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(9, 70%, 70%, 0.4);
css variable
--color-primary: hsl(9, 70%, 70%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(9, 70%, 70%)?
HEX: #E88D7D | RGB: rgb(232, 141, 125) | CMYK: 0%, 39%, 46%, 9% | HSV: 9°, 46%, 91%. Copy any format from the conversion table above.
What colors go well with #E88D7D?
The complementary color is HSL(189, 70%, 70%). For a triadic harmony, use hues 9°, 129°, and 249°. For analogous combinations, try hues 339° and 39°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(9, 70%, 70%) in CSS?
As HSL: color: hsl(9, 70%, 70%); — As HEX: color: #E88D7D; — As RGB: color: rgb(232, 141, 125); — Tailwind CSS: bg-[hsl(9,70%,70%)] — CSS variable: --color-primary: hsl(9, 70%, 70%);