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