#dceaf9
a pale, vivid blue · cool · closest name: lavender
RGB
220, 234, 249
HSL
211°, 71%, 92%
CMYK
12, 6, 0, 2
Luminance
0.8090
Every format
| HEX | #dceaf9 |
| RGB | rgb(220, 234, 249) |
| HSL | hsl(211, 71%, 92%) |
| CMYK | cmyk(12%, 6%, 0%, 2%) |
| LAB | lab(92.1 -1.7 -8.8) |
| LCH | lch(92.1 9.0 258.9) |
| OKLCH | oklch(0.931 0.025 250.0) |
Copy-ready code
/* CSS */
color: #dceaf9;
background-color: #dceaf9;
/* Tailwind (arbitrary) */
class="text-[#dceaf9] bg-[#dceaf9]"
/* SCSS */
$brand: #dceaf9;
/* SwiftUI */
Color(red: 0.863, green: 0.918, blue: 0.976)
/* Android */
Color.parseColor("#dceaf9")Accessibility — WCAG contrast
Aa
#dceaf9 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dceaf9 on black: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green91.8%
Blue97.6%
CMYK percentages
Cyan11.6%
Magenta6.0%
Yellow0.0%
Key (black)2.4%
Color previews
#dceaf9 text on a black background
contrast 17.18:1
Card sample
#dceaf9 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dceaf9;
Background color
Panel with #dceaf9 background
background-color: #dceaf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dceaf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 234, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 234, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dceaf9; background: linear-gradient(135deg, #dceaf9, #E1DCF9);