#d2ccf6
a pale, vivid blue · warm · closest name: lavender
RGB
210, 204, 246
HSL
249°, 70%, 88%
CMYK
15, 17, 0, 4
Luminance
0.6354
Every format
| HEX | #d2ccf6 |
| RGB | rgb(210, 204, 246) |
| HSL | hsl(249, 70%, 88%) |
| CMYK | cmyk(15%, 17%, 0%, 4%) |
| LAB | lab(83.7 10.2 -19.9) |
| LCH | lch(83.7 22.3 297.2) |
| OKLCH | oklch(0.864 0.058 291.7) |
Copy-ready code
/* CSS */
color: #d2ccf6;
background-color: #d2ccf6;
/* Tailwind (arbitrary) */
class="text-[#d2ccf6] bg-[#d2ccf6]"
/* SCSS */
$brand: #d2ccf6;
/* SwiftUI */
Color(red: 0.824, green: 0.800, blue: 0.965)
/* Android */
Color.parseColor("#d2ccf6")Accessibility — WCAG contrast
Aa
#d2ccf6 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ccf6 on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green80.0%
Blue96.5%
CMYK percentages
Cyan14.6%
Magenta17.1%
Yellow0.0%
Key (black)3.5%
Color previews
#d2ccf6 text on a black background
contrast 13.71:1
Card sample
#d2ccf6 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ccf6;
Background color
Panel with #d2ccf6 background
background-color: #d2ccf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ccf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 204, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 204, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ccf6; background: linear-gradient(135deg, #d2ccf6, #EECCF6);