HSL(352, 11%, 86%)
Very Light Red — Red color
Adjust Color
Color Information
Color Name
Very Light Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(352,11%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(352, 11%, 86%) | color: hsl(352, 11%, 86%) | |
| HEX | #DFD7D8 | color: #DFD7D8 | |
| RGB | rgb(223, 215, 216) | color: rgb(223, 215, 216) | |
| CMYK | cmyk(0%, 4%, 3%, 13%) | — | |
| HSV | hsv(353, 4%, 87%) | — | |
| HWB | hwb(353 84% 13%) | color: hwb(353 84% 13%) | |
| OKLCH | oklch(0.8858 0.0089 8.57) | color: oklch(0.8858 0.0089 8.57) | |
| Lab | lab(86.63 2.91 0.48) | color: lab(86.63 2.91 0.48) | |
| LCH | lch(86.63 2.95 9.37) | color: lch(86.63 2.95 9.37) |
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)
#DCDBD8 — rgb(220, 219, 216)
Deuteranopia (Green-blind)
#DCDDD8 — rgb(220, 221, 216)
Tritanopia (Blue-blind)
#DFD8D8 — rgb(223, 216, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(352, 11%, 86%);
text
color: hsl(352, 11%, 86%);
border
border: 2px solid hsl(352, 11%, 86%);
gradient light
background: linear-gradient(to right, hsl(352, 11%, 100%), hsl(352, 11%, 86%));
gradient dark
background: linear-gradient(to right, hsl(352, 11%, 86%), hsl(352, 11%, 66%))
hex
background-color: #DFD7D8;
tailwind
bg-[hsl(352,11%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(352, 11%, 86%, 0.4);
css variable
--color-primary: hsl(352, 11%, 86%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(352, 11%, 86%)?
HEX: #DFD7D8 | RGB: rgb(223, 215, 216) | CMYK: 0%, 4%, 3%, 13% | HSV: 353°, 4%, 87%. Copy any format from the conversion table above.
What colors go well with #DFD7D8?
The complementary color is HSL(172, 11%, 86%). For a triadic harmony, use hues 352°, 112°, and 232°. For analogous combinations, try hues 322° and 22°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(352, 11%, 86%) in CSS?
As HSL: color: hsl(352, 11%, 86%); — As HEX: color: #DFD7D8; — As RGB: color: rgb(223, 215, 216); — Tailwind CSS: bg-[hsl(352,11%,86%)] — CSS variable: --color-primary: hsl(352, 11%, 86%);