#dceaf4
a pale, vivid blue · cool · closest name: lavender
RGB
220, 234, 244
HSL
205°, 52%, 91%
CMYK
10, 4, 0, 4
Luminance
0.8059
Every format
| HEX | #dceaf4 |
| RGB | rgb(220, 234, 244) |
| HSL | hsl(205, 52%, 91%) |
| CMYK | cmyk(10%, 4%, 0%, 4%) |
| LAB | lab(92.0 -2.7 -6.4) |
| LCH | lch(92.0 7.0 247.1) |
| OKLCH | oklch(0.929 0.020 238.7) |
Copy-ready code
/* CSS */
color: #dceaf4;
background-color: #dceaf4;
/* Tailwind (arbitrary) */
class="text-[#dceaf4] bg-[#dceaf4]"
/* SCSS */
$brand: #dceaf4;
/* SwiftUI */
Color(red: 0.863, green: 0.918, blue: 0.957)
/* Android */
Color.parseColor("#dceaf4")Accessibility — WCAG contrast
Aa
#dceaf4 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dceaf4 on black: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green91.8%
Blue95.7%
CMYK percentages
Cyan9.8%
Magenta4.1%
Yellow0.0%
Key (black)4.3%
Color previews
#dceaf4 text on a black background
contrast 17.12:1
Card sample
#dceaf4 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dceaf4;
Background color
Panel with #dceaf4 background
background-color: #dceaf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dceaf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 234, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 234, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dceaf4; background: linear-gradient(135deg, #dceaf4, #DEDCF4);