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