HSL(355, 70%, 72%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(355,70%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(355, 70%, 72%) | color: hsl(355, 70%, 72%) | |
| HEX | #EA868E | color: #EA868E | |
| RGB | rgb(234, 134, 142) | color: rgb(234, 134, 142) | |
| CMYK | cmyk(0%, 43%, 39%, 8%) | — | |
| HSV | hsv(355, 43%, 92%) | — | |
| HWB | hwb(355 52% 8%) | color: hwb(355 52% 8%) | |
| OKLCH | oklch(0.7296 0.1225 15.44) | color: oklch(0.7296 0.1225 15.44) | |
| Lab | lab(66.9 39.02 12.59) | color: lab(66.9 39.02 12.59) | |
| LCH | lch(66.9 41 17.88) | color: lch(66.9 41 17.88) |
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)
#BFBE8C — rgb(191, 190, 140)
Deuteranopia (Green-blind)
#C5CC8C — rgb(197, 204, 140)
Tritanopia (Blue-blind)
#E58B8A — rgb(229, 139, 138)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(355, 70%, 72%);
text
color: hsl(355, 70%, 72%);
border
border: 2px solid hsl(355, 70%, 72%);
gradient light
background: linear-gradient(to right, hsl(355, 70%, 92%), hsl(355, 70%, 72%));
gradient dark
background: linear-gradient(to right, hsl(355, 70%, 72%), hsl(355, 70%, 52%))
hex
background-color: #EA868E;
tailwind
bg-[hsl(355,70%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(355, 70%, 72%, 0.4);
css variable
--color-primary: hsl(355, 70%, 72%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(355, 70%, 72%)?
HEX: #EA868E | RGB: rgb(234, 134, 142) | CMYK: 0%, 43%, 39%, 8% | HSV: 355°, 43%, 92%. Copy any format from the conversion table above.
What colors go well with #EA868E?
The complementary color is HSL(175, 70%, 72%). For a triadic harmony, use hues 355°, 115°, and 235°. For analogous combinations, try hues 325° and 25°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(355, 70%, 72%) in CSS?
As HSL: color: hsl(355, 70%, 72%); — As HEX: color: #EA868E; — As RGB: color: rgb(234, 134, 142); — Tailwind CSS: bg-[hsl(355,70%,72%)] — CSS variable: --color-primary: hsl(355, 70%, 72%);