#dccfdb
a light, soft magenta / pink · warm · closest name: lavender
RGB
220, 207, 219
HSL
305°, 16%, 84%
CMYK
0, 6, 1, 14
Luminance
0.6496
Every format
| HEX | #dccfdb |
| RGB | rgb(220, 207, 219) |
| HSL | hsl(305, 16%, 84%) |
| CMYK | cmyk(0%, 6%, 1%, 14%) |
| LAB | lab(84.5 6.6 -4.3) |
| LCH | lch(84.5 7.9 326.9) |
| OKLCH | oklch(0.869 0.022 328.1) |
Copy-ready code
/* CSS */
color: #dccfdb;
background-color: #dccfdb;
/* Tailwind (arbitrary) */
class="text-[#dccfdb] bg-[#dccfdb]"
/* SCSS */
$brand: #dccfdb;
/* SwiftUI */
Color(red: 0.863, green: 0.812, blue: 0.859)
/* Android */
Color.parseColor("#dccfdb")Accessibility — WCAG contrast
Aa
#dccfdb on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccfdb on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green81.2%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow0.5%
Key (black)13.7%
Color previews
#dccfdb text on a black background
contrast 13.99:1
Card sample
#dccfdb text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccfdb;
Background color
Panel with #dccfdb background
background-color: #dccfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 207, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 207, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccfdb; background: linear-gradient(135deg, #dccfdb, #DCCFD2);