HSL(312, 14%, 83%)
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(312,14%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(312, 14%, 83%) | color: hsl(312, 14%, 83%) | |
| HEX | #DACED7 | color: #DACED7 | |
| RGB | rgb(218, 206, 215) | color: rgb(218, 206, 215) | |
| CMYK | cmyk(0%, 6%, 1%, 15%) | — | |
| HSV | hsv(315, 6%, 85%) | — | |
| HWB | hwb(315 80% 15%) | color: hwb(315 80% 15%) | |
| OKLCH | oklch(0.8637 0.0179 334.22) | color: oklch(0.8637 0.0179 334.22) | |
| Lab | lab(83.94 5.74 -2.96) | color: lab(83.94 5.74 -2.96) | |
| LCH | lch(83.94 6.46 332.72) | color: lch(83.94 6.46 332.72) |
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)
#D5D5D5 — rgb(213, 213, 213)
Deuteranopia (Green-blind)
#D6D6D4 — rgb(214, 214, 212)
Tritanopia (Blue-blind)
#D9D3D3 — rgb(217, 211, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(312, 14%, 83%);
text
color: hsl(312, 14%, 83%);
border
border: 2px solid hsl(312, 14%, 83%);
gradient light
background: linear-gradient(to right, hsl(312, 14%, 100%), hsl(312, 14%, 83%));
gradient dark
background: linear-gradient(to right, hsl(312, 14%, 83%), hsl(312, 14%, 63%))
hex
background-color: #DACED7;
tailwind
bg-[hsl(312,14%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(312, 14%, 83%, 0.4);
css variable
--color-primary: hsl(312, 14%, 83%);
Related Colors
Use Cases for Grayish Purple
Frequently Asked Questions
What are all the color codes for HSL(312, 14%, 83%)?
HEX: #DACED7 | RGB: rgb(218, 206, 215) | CMYK: 0%, 6%, 1%, 15% | HSV: 315°, 6%, 85%. Copy any format from the conversion table above.
What colors go well with #DACED7?
The complementary color is HSL(132, 14%, 83%). For a triadic harmony, use hues 312°, 72°, and 192°. For analogous combinations, try hues 282° and 342°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(312, 14%, 83%) in CSS?
As HSL: color: hsl(312, 14%, 83%); — As HEX: color: #DACED7; — As RGB: color: rgb(218, 206, 215); — Tailwind CSS: bg-[hsl(312,14%,83%)] — CSS variable: --color-primary: hsl(312, 14%, 83%);