HSL(354, 32%, 86%)
Very Light Red — Red color
Adjust Color
Color Information
Color Name
Very Light Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(354,32%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(354, 32%, 86%) | color: hsl(354, 32%, 86%) | |
| HEX | #E7D0D2 | color: #E7D0D2 | |
| RGB | rgb(231, 208, 210) | color: rgb(231, 208, 210) | |
| CMYK | cmyk(0%, 10%, 9%, 9%) | — | |
| HSV | hsv(355, 10%, 91%) | — | |
| HWB | hwb(355 82% 9%) | color: hwb(355 82% 9%) | |
| OKLCH | oklch(0.8771 0.0258 11.64) | color: oklch(0.8771 0.0258 11.64) | |
| Lab | lab(85.38 8.32 1.93) | color: lab(85.38 8.32 1.93) | |
| LCH | lch(85.38 8.54 13.06) | color: lch(85.38 8.54 13.06) |
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)
#DDDDD2 — rgb(221, 221, 210)
Deuteranopia (Green-blind)
#DEE0D1 — rgb(222, 224, 209)
Tritanopia (Blue-blind)
#E6D1D1 — rgb(230, 209, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(354, 32%, 86%);
text
color: hsl(354, 32%, 86%);
border
border: 2px solid hsl(354, 32%, 86%);
gradient light
background: linear-gradient(to right, hsl(354, 32%, 100%), hsl(354, 32%, 86%));
gradient dark
background: linear-gradient(to right, hsl(354, 32%, 86%), hsl(354, 32%, 66%))
hex
background-color: #E7D0D2;
tailwind
bg-[hsl(354,32%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(354, 32%, 86%, 0.4);
css variable
--color-primary: hsl(354, 32%, 86%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(354, 32%, 86%)?
HEX: #E7D0D2 | RGB: rgb(231, 208, 210) | CMYK: 0%, 10%, 9%, 9% | HSV: 355°, 10%, 91%. Copy any format from the conversion table above.
What colors go well with #E7D0D2?
The complementary color is HSL(174, 32%, 86%). For a triadic harmony, use hues 354°, 114°, and 234°. For analogous combinations, try hues 324° and 24°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(354, 32%, 86%) in CSS?
As HSL: color: hsl(354, 32%, 86%); — As HEX: color: #E7D0D2; — As RGB: color: rgb(231, 208, 210); — Tailwind CSS: bg-[hsl(354,32%,86%)] — CSS variable: --color-primary: hsl(354, 32%, 86%);