#d4cefd
a pale, electric blue · warm · closest name: lavender
RGB
212, 206, 253
HSL
248°, 92%, 90%
CMYK
16, 19, 0, 1
Luminance
0.6523
Every format
| HEX | #d4cefd |
| RGB | rgb(212, 206, 253) |
| HSL | hsl(248, 92%, 90%) |
| CMYK | cmyk(16%, 19%, 0%, 1%) |
| LAB | lab(84.6 11.2 -22.2) |
| LCH | lch(84.6 24.9 296.8) |
| OKLCH | oklch(0.872 0.065 290.8) |
Copy-ready code
/* CSS */
color: #d4cefd;
background-color: #d4cefd;
/* Tailwind (arbitrary) */
class="text-[#d4cefd] bg-[#d4cefd]"
/* SCSS */
$brand: #d4cefd;
/* SwiftUI */
Color(red: 0.831, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#d4cefd")Accessibility — WCAG contrast
Aa
#d4cefd on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4cefd on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green80.8%
Blue99.2%
CMYK percentages
Cyan16.2%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#d4cefd text on a black background
contrast 14.05:1
Card sample
#d4cefd text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4cefd;
Background color
Panel with #d4cefd background
background-color: #d4cefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4cefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4cefd; background: linear-gradient(135deg, #d4cefd, #F3CEFD);