#d4cfd7
a light, muted violet · warm · closest name: silver
RGB
212, 207, 215
HSL
278°, 9%, 83%
CMYK
1, 4, 0, 16
Luminance
0.6353
Every format
| HEX | #d4cfd7 |
| RGB | rgb(212, 207, 215) |
| HSL | hsl(278, 9%, 83%) |
| CMYK | cmyk(1%, 4%, 0%, 16%) |
| LAB | lab(83.7 3.2 -3.3) |
| LCH | lch(83.7 4.6 313.5) |
| OKLCH | oklch(0.861 0.012 313.2) |
Copy-ready code
/* CSS */
color: #d4cfd7;
background-color: #d4cfd7;
/* Tailwind (arbitrary) */
class="text-[#d4cfd7] bg-[#d4cfd7]"
/* SCSS */
$brand: #d4cfd7;
/* SwiftUI */
Color(red: 0.831, green: 0.812, blue: 0.843)
/* Android */
Color.parseColor("#d4cfd7")Accessibility — WCAG contrast
Aa
#d4cfd7 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4cfd7 on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green81.2%
Blue84.3%
CMYK percentages
Cyan1.4%
Magenta3.7%
Yellow0.0%
Key (black)15.7%
Color previews
#d4cfd7 text on a black background
contrast 13.71:1
Card sample
#d4cfd7 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4cfd7;
Background color
Panel with #d4cfd7 background
background-color: #d4cfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4cfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 207, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 207, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4cfd7; background: linear-gradient(135deg, #d4cfd7, #D7CFD5);