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