#d8cfda
a light, muted violet · warm · closest name: silver
RGB
216, 207, 218
HSL
289°, 13%, 83%
CMYK
1, 5, 0, 15
Luminance
0.6429
Every format
| HEX | #d8cfda |
| RGB | rgb(216, 207, 218) |
| HSL | hsl(289, 13%, 83%) |
| CMYK | cmyk(1%, 5%, 0%, 15%) |
| LAB | lab(84.1 5.1 -4.3) |
| LCH | lch(84.1 6.7 319.6) |
| OKLCH | oklch(0.865 0.018 320.1) |
Copy-ready code
/* CSS */
color: #d8cfda;
background-color: #d8cfda;
/* Tailwind (arbitrary) */
class="text-[#d8cfda] bg-[#d8cfda]"
/* SCSS */
$brand: #d8cfda;
/* SwiftUI */
Color(red: 0.847, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#d8cfda")Accessibility — WCAG contrast
Aa
#d8cfda on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8cfda on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green81.2%
Blue85.5%
CMYK percentages
Cyan0.9%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#d8cfda text on a black background
contrast 13.86:1
Card sample
#d8cfda text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8cfda;
Background color
Panel with #d8cfda background
background-color: #d8cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8cfda; background: linear-gradient(135deg, #d8cfda, #DACFD5);