#d2ceff
a pale, electric blue · warm · closest name: lavender
RGB
210, 206, 255
HSL
245°, 100%, 90%
CMYK
18, 19, 0, 0
Luminance
0.6506
Every format
| HEX | #d2ceff |
| RGB | rgb(210, 206, 255) |
| HSL | hsl(245, 100%, 90%) |
| CMYK | cmyk(18%, 19%, 0%, 0%) |
| LAB | lab(84.5 11.1 -23.4) |
| LCH | lch(84.5 25.9 295.2) |
| OKLCH | oklch(0.871 0.067 288.7) |
Copy-ready code
/* CSS */
color: #d2ceff;
background-color: #d2ceff;
/* Tailwind (arbitrary) */
class="text-[#d2ceff] bg-[#d2ceff]"
/* SCSS */
$brand: #d2ceff;
/* SwiftUI */
Color(red: 0.824, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#d2ceff")Accessibility — WCAG contrast
Aa
#d2ceff on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ceff on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green80.8%
Blue100.0%
CMYK percentages
Cyan17.6%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#d2ceff text on a black background
contrast 14.01:1
Card sample
#d2ceff text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ceff;
Background color
Panel with #d2ceff background
background-color: #d2ceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ceff; background: linear-gradient(135deg, #d2ceff, #F3CEFF);