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