#d6cfd8
a light, muted violet · warm · closest name: silver
RGB
214, 207, 216
HSL
287°, 10%, 83%
CMYK
1, 4, 0, 15
Luminance
0.6388
Every format
| HEX | #d6cfd8 |
| RGB | rgb(214, 207, 216) |
| HSL | hsl(287, 10%, 83%) |
| CMYK | cmyk(1%, 4%, 0%, 15%) |
| LAB | lab(83.9 4.0 -3.6) |
| LCH | lch(83.9 5.4 318.3) |
| OKLCH | oklch(0.863 0.014 318.7) |
Copy-ready code
/* CSS */
color: #d6cfd8;
background-color: #d6cfd8;
/* Tailwind (arbitrary) */
class="text-[#d6cfd8] bg-[#d6cfd8]"
/* SCSS */
$brand: #d6cfd8;
/* SwiftUI */
Color(red: 0.839, green: 0.812, blue: 0.847)
/* Android */
Color.parseColor("#d6cfd8")Accessibility — WCAG contrast
Aa
#d6cfd8 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6cfd8 on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green81.2%
Blue84.7%
CMYK percentages
Cyan0.9%
Magenta4.2%
Yellow0.0%
Key (black)15.3%
Color previews
#d6cfd8 text on a black background
contrast 13.78:1
Card sample
#d6cfd8 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6cfd8;
Background color
Panel with #d6cfd8 background
background-color: #d6cfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6cfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 207, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 207, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6cfd8; background: linear-gradient(135deg, #d6cfd8, #D8CFD4);