#d3cfdc
a light, soft violet · warm · closest name: lavender
RGB
211, 207, 220
HSL
259°, 16%, 84%
CMYK
4, 6, 0, 14
Luminance
0.6364
Every format
| HEX | #d3cfdc |
| RGB | rgb(211, 207, 220) |
| HSL | hsl(259, 16%, 84%) |
| CMYK | cmyk(4%, 6%, 0%, 14%) |
| LAB | lab(83.8 3.8 -5.9) |
| LCH | lch(83.8 7.0 302.4) |
| OKLCH | oklch(0.862 0.018 300.0) |
Copy-ready code
/* CSS */
color: #d3cfdc;
background-color: #d3cfdc;
/* Tailwind (arbitrary) */
class="text-[#d3cfdc] bg-[#d3cfdc]"
/* SCSS */
$brand: #d3cfdc;
/* SwiftUI */
Color(red: 0.827, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#d3cfdc")Accessibility — WCAG contrast
Aa
#d3cfdc on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3cfdc on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green81.2%
Blue86.3%
CMYK percentages
Cyan4.1%
Magenta5.9%
Yellow0.0%
Key (black)13.7%
Color previews
#d3cfdc text on a black background
contrast 13.73:1
Card sample
#d3cfdc text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3cfdc;
Background color
Panel with #d3cfdc background
background-color: #d3cfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3cfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3cfdc; background: linear-gradient(135deg, #d3cfdc, #DCCFDC);