HSL(293, 13%, 82%)
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,13%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(293, 13%, 82%) | color: hsl(293, 13%, 82%) | |
| HEX | #D6CBD7 | color: #D6CBD7 | |
| RGB | rgb(214, 203, 215) | color: rgb(214, 203, 215) | |
| CMYK | cmyk(0%, 6%, 0%, 16%) | — | |
| HSV | hsv(295, 6%, 84%) | — | |
| HWB | hwb(295 79% 16%) | color: hwb(295 79% 16%) | |
| OKLCH | oklch(0.8546 0.0203 323.24) | color: oklch(0.8546 0.0203 323.24) | |
| Lab | lab(82.87 5.96 -4.58) | color: lab(82.87 5.96 -4.58) | |
| LCH | lch(82.87 7.52 322.46) | color: lch(82.87 7.52 322.46) |
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)
#D1D1D4 — rgb(209, 209, 212)
Deuteranopia (Green-blind)
#D2D3D3 — rgb(210, 211, 211)
Tritanopia (Blue-blind)
#D5D2D1 — rgb(213, 210, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(293, 13%, 82%);
text
color: hsl(293, 13%, 82%);
border
border: 2px solid hsl(293, 13%, 82%);
gradient light
background: linear-gradient(to right, hsl(293, 13%, 100%), hsl(293, 13%, 82%));
gradient dark
background: linear-gradient(to right, hsl(293, 13%, 82%), hsl(293, 13%, 62%))
hex
background-color: #D6CBD7;
tailwind
bg-[hsl(293,13%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(293, 13%, 82%, 0.4);
css variable
--color-primary: hsl(293, 13%, 82%);
Related Colors
Use Cases for Grayish Purple
Frequently Asked Questions
What are all the color codes for HSL(293, 13%, 82%)?
HEX: #D6CBD7 | RGB: rgb(214, 203, 215) | CMYK: 0%, 6%, 0%, 16% | HSV: 295°, 6%, 84%. Copy any format from the conversion table above.
What colors go well with #D6CBD7?
The complementary color is HSL(113, 13%, 82%). 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, 13%, 82%) in CSS?
As HSL: color: hsl(293, 13%, 82%); — As HEX: color: #D6CBD7; — As RGB: color: rgb(214, 203, 215); — Tailwind CSS: bg-[hsl(293,13%,82%)] — CSS variable: --color-primary: hsl(293, 13%, 82%);