#d2cef9
a pale, electric blue · warm · closest name: lavender
RGB
210, 206, 249
HSL
246°, 78%, 89%
CMYK
16, 17, 0, 2
Luminance
0.6468
Every format
| HEX | #d2cef9 |
| RGB | rgb(210, 206, 249) |
| HSL | hsl(246, 78%, 89%) |
| CMYK | cmyk(16%, 17%, 0%, 2%) |
| LAB | lab(84.3 9.8 -20.6) |
| LCH | lch(84.3 22.8 295.5) |
| OKLCH | oklch(0.869 0.059 289.4) |
Copy-ready code
/* CSS */
color: #d2cef9;
background-color: #d2cef9;
/* Tailwind (arbitrary) */
class="text-[#d2cef9] bg-[#d2cef9]"
/* SCSS */
$brand: #d2cef9;
/* SwiftUI */
Color(red: 0.824, green: 0.808, blue: 0.976)
/* Android */
Color.parseColor("#d2cef9")Accessibility — WCAG contrast
Aa
#d2cef9 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cef9 on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green80.8%
Blue97.6%
CMYK percentages
Cyan15.7%
Magenta17.3%
Yellow0.0%
Key (black)2.4%
Color previews
#d2cef9 text on a black background
contrast 13.94:1
Card sample
#d2cef9 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cef9;
Background color
Panel with #d2cef9 background
background-color: #d2cef9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cef9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 206, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 206, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cef9; background: linear-gradient(135deg, #d2cef9, #EFCEF9);