#d2cefc
a pale, electric blue · warm · closest name: lavender
RGB
210, 206, 252
HSL
245°, 89%, 90%
CMYK
17, 18, 0, 1
Luminance
0.6487
Every format
| HEX | #d2cefc |
| RGB | rgb(210, 206, 252) |
| HSL | hsl(245, 89%, 90%) |
| CMYK | cmyk(17%, 18%, 0%, 1%) |
| LAB | lab(84.4 10.4 -22.0) |
| LCH | lch(84.4 24.3 295.3) |
| OKLCH | oklch(0.870 0.063 289.0) |
Copy-ready code
/* CSS */
color: #d2cefc;
background-color: #d2cefc;
/* Tailwind (arbitrary) */
class="text-[#d2cefc] bg-[#d2cefc]"
/* SCSS */
$brand: #d2cefc;
/* SwiftUI */
Color(red: 0.824, green: 0.808, blue: 0.988)
/* Android */
Color.parseColor("#d2cefc")Accessibility — WCAG contrast
Aa
#d2cefc on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cefc on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green80.8%
Blue98.8%
CMYK percentages
Cyan16.7%
Magenta18.3%
Yellow0.0%
Key (black)1.2%
Color previews
#d2cefc text on a black background
contrast 13.97:1
Card sample
#d2cefc text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cefc;
Background color
Panel with #d2cefc background
background-color: #d2cefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 206, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 206, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cefc; background: linear-gradient(135deg, #d2cefc, #F1CEFC);