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