HSL(296, 19%, 84%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(296,19%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(296, 19%, 84%) | color: hsl(296, 19%, 84%) | |
| HEX | #DDCEDE | color: #DDCEDE | |
| RGB | rgb(221, 206, 222) | color: rgb(221, 206, 222) | |
| CMYK | cmyk(0%, 7%, 0%, 13%) | — | |
| HSV | hsv(296, 7%, 87%) | — | |
| HWB | hwb(296 81% 13%) | color: hwb(296 81% 13%) | |
| OKLCH | oklch(0.8683 0.0271 323.93) | color: oklch(0.8683 0.0271 323.93) | |
| Lab | lab(84.37 8.03 -6.02) | color: lab(84.37 8.03 -6.02) | |
| LCH | lch(84.37 10.04 323.14) | color: lch(84.37 10.04 323.14) |
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)
#D7D6DA — rgb(215, 214, 218)
Deuteranopia (Green-blind)
#D7D9D9 — rgb(215, 217, 217)
Tritanopia (Blue-blind)
#DCD7D6 — rgb(220, 215, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(296, 19%, 84%);
text
color: hsl(296, 19%, 84%);
border
border: 2px solid hsl(296, 19%, 84%);
gradient light
background: linear-gradient(to right, hsl(296, 19%, 100%), hsl(296, 19%, 84%));
gradient dark
background: linear-gradient(to right, hsl(296, 19%, 84%), hsl(296, 19%, 64%))
hex
background-color: #DDCEDE;
tailwind
bg-[hsl(296,19%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(296, 19%, 84%, 0.4);
css variable
--color-primary: hsl(296, 19%, 84%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(296, 19%, 84%)?
HEX: #DDCEDE | RGB: rgb(221, 206, 222) | CMYK: 0%, 7%, 0%, 13% | HSV: 296°, 7%, 87%. Copy any format from the conversion table above.
What colors go well with #DDCEDE?
The complementary color is HSL(116, 19%, 84%). For a triadic harmony, use hues 296°, 56°, and 176°. For analogous combinations, try hues 266° and 326°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(296, 19%, 84%) in CSS?
As HSL: color: hsl(296, 19%, 84%); — As HEX: color: #DDCEDE; — As RGB: color: rgb(221, 206, 222); — Tailwind CSS: bg-[hsl(296,19%,84%)] — CSS variable: --color-primary: hsl(296, 19%, 84%);