#d9ceff
a pale, electric blue · warm · closest name: lavender
RGB
217, 206, 255
HSL
254°, 100%, 90%
CMYK
15, 19, 0, 0
Luminance
0.6611
Every format
| HEX | #d9ceff |
| RGB | rgb(217, 206, 255) |
| HSL | hsl(254, 100%, 90%) |
| CMYK | cmyk(15%, 19%, 0%, 0%) |
| LAB | lab(85.0 13.2 -22.6) |
| LCH | lch(85.0 26.1 300.4) |
| OKLCH | oklch(0.876 0.068 295.3) |
Copy-ready code
/* CSS */
color: #d9ceff;
background-color: #d9ceff;
/* Tailwind (arbitrary) */
class="text-[#d9ceff] bg-[#d9ceff]"
/* SCSS */
$brand: #d9ceff;
/* SwiftUI */
Color(red: 0.851, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#d9ceff")Accessibility — WCAG contrast
Aa
#d9ceff on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9ceff on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green80.8%
Blue100.0%
CMYK percentages
Cyan14.9%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#d9ceff text on a black background
contrast 14.22:1
Card sample
#d9ceff text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9ceff;
Background color
Panel with #d9ceff background
background-color: #d9ceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9ceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9ceff; background: linear-gradient(135deg, #d9ceff, #FACEFF);