HSL(293, 11%, 85%)
Grayish Purple — Purple color
Adjust Color
Color Information
Color Name
Grayish Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(293,11%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(293, 11%, 85%) | color: hsl(293, 11%, 85%) | |
| HEX | #DCD5DD | color: #DCD5DD | |
| RGB | rgb(220, 213, 221) | color: rgb(220, 213, 221) | |
| CMYK | cmyk(0%, 4%, 0%, 13%) | — | |
| HSV | hsv(293, 4%, 87%) | — | |
| HWB | hwb(293 84% 13%) | color: hwb(293 84% 13%) | |
| OKLCH | oklch(0.8809 0.0132 321.9) | color: oklch(0.8809 0.0132 321.9) | |
| Lab | lab(86.02 3.83 -3.08) | color: lab(86.02 3.83 -3.08) | |
| LCH | lch(86.02 4.91 321.19) | color: lch(86.02 4.91 321.19) |
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)
#D9D9DB — rgb(217, 217, 219)
Deuteranopia (Green-blind)
#D9DADB — rgb(217, 218, 219)
Tritanopia (Blue-blind)
#DCDAD9 — rgb(220, 218, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(293, 11%, 85%);
text
color: hsl(293, 11%, 85%);
border
border: 2px solid hsl(293, 11%, 85%);
gradient light
background: linear-gradient(to right, hsl(293, 11%, 100%), hsl(293, 11%, 85%));
gradient dark
background: linear-gradient(to right, hsl(293, 11%, 85%), hsl(293, 11%, 65%))
hex
background-color: #DCD5DD;
tailwind
bg-[hsl(293,11%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(293, 11%, 85%, 0.4);
css variable
--color-primary: hsl(293, 11%, 85%);
Related Colors
Use Cases for Grayish Purple
Frequently Asked Questions
What are all the color codes for HSL(293, 11%, 85%)?
HEX: #DCD5DD | RGB: rgb(220, 213, 221) | CMYK: 0%, 4%, 0%, 13% | HSV: 293°, 4%, 87%. Copy any format from the conversion table above.
What colors go well with #DCD5DD?
The complementary color is HSL(113, 11%, 85%). For a triadic harmony, use hues 293°, 53°, and 173°. For analogous combinations, try hues 263° and 323°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(293, 11%, 85%) in CSS?
As HSL: color: hsl(293, 11%, 85%); — As HEX: color: #DCD5DD; — As RGB: color: rgb(220, 213, 221); — Tailwind CSS: bg-[hsl(293,11%,85%)] — CSS variable: --color-primary: hsl(293, 11%, 85%);