#d2cdfc
a pale, electric blue · warm · closest name: lavender
RGB
210, 205, 252
HSL
246°, 89%, 90%
CMYK
17, 19, 0, 1
Luminance
0.6439
Every format
| HEX | #d2cdfc |
| RGB | rgb(210, 205, 252) |
| HSL | hsl(246, 89%, 90%) |
| CMYK | cmyk(17%, 19%, 0%, 1%) |
| LAB | lab(84.2 10.9 -22.4) |
| LCH | lch(84.2 24.9 296.1) |
| OKLCH | oklch(0.868 0.065 289.9) |
Copy-ready code
/* CSS */
color: #d2cdfc;
background-color: #d2cdfc;
/* Tailwind (arbitrary) */
class="text-[#d2cdfc] bg-[#d2cdfc]"
/* SCSS */
$brand: #d2cdfc;
/* SwiftUI */
Color(red: 0.824, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#d2cdfc")Accessibility — WCAG contrast
Aa
#d2cdfc on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cdfc on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green80.4%
Blue98.8%
CMYK percentages
Cyan16.7%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#d2cdfc text on a black background
contrast 13.88:1
Card sample
#d2cdfc text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cdfc;
Background color
Panel with #d2cdfc background
background-color: #d2cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cdfc; background: linear-gradient(135deg, #d2cdfc, #F1CDFC);