HSL(311, 10%, 85%)
Grayish Purple — Purple color
Adjust Color
Color Information
Color Name
Grayish Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(311,10%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(311, 10%, 85%) | color: hsl(311, 10%, 85%) | |
| HEX | #DDD5DB | color: #DDD5DB | |
| RGB | rgb(221, 213, 219) | color: rgb(221, 213, 219) | |
| CMYK | cmyk(0%, 4%, 1%, 13%) | — | |
| HSV | hsv(315, 4%, 87%) | — | |
| HWB | hwb(315 84% 13%) | color: hwb(315 84% 13%) | |
| OKLCH | oklch(0.8811 0.0119 334.1) | color: oklch(0.8811 0.0119 334.1) | |
| Lab | lab(86.04 3.8 -1.97) | color: lab(86.04 3.8 -1.97) | |
| LCH | lch(86.04 4.28 332.6) | color: lch(86.04 4.28 332.6) |
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)
#DAD9DA — rgb(218, 217, 218)
Deuteranopia (Green-blind)
#DADBD9 — rgb(218, 219, 217)
Tritanopia (Blue-blind)
#DDD8D8 — rgb(221, 216, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(311, 10%, 85%);
text
color: hsl(311, 10%, 85%);
border
border: 2px solid hsl(311, 10%, 85%);
gradient light
background: linear-gradient(to right, hsl(311, 10%, 100%), hsl(311, 10%, 85%));
gradient dark
background: linear-gradient(to right, hsl(311, 10%, 85%), hsl(311, 10%, 65%))
hex
background-color: #DDD5DB;
tailwind
bg-[hsl(311,10%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(311, 10%, 85%, 0.4);
css variable
--color-primary: hsl(311, 10%, 85%);
Related Colors
Use Cases for Grayish Purple
Frequently Asked Questions
What are all the color codes for HSL(311, 10%, 85%)?
HEX: #DDD5DB | RGB: rgb(221, 213, 219) | CMYK: 0%, 4%, 1%, 13% | HSV: 315°, 4%, 87%. Copy any format from the conversion table above.
What colors go well with #DDD5DB?
The complementary color is HSL(131, 10%, 85%). For a triadic harmony, use hues 311°, 71°, and 191°. For analogous combinations, try hues 281° and 341°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(311, 10%, 85%) in CSS?
As HSL: color: hsl(311, 10%, 85%); — As HEX: color: #DDD5DB; — As RGB: color: rgb(221, 213, 219); — Tailwind CSS: bg-[hsl(311,10%,85%)] — CSS variable: --color-primary: hsl(311, 10%, 85%);