#dceaf1
a pale, soft blue · cool · closest name: lavender
RGB
220, 234, 241
HSL
200°, 43%, 90%
CMYK
9, 3, 0, 6
Luminance
0.8041
Every format
| HEX | #dceaf1 |
| RGB | rgb(220, 234, 241) |
| HSL | hsl(200, 43%, 90%) |
| CMYK | cmyk(9%, 3%, 0%, 6%) |
| LAB | lab(91.9 -3.3 -5.0) |
| LCH | lch(91.9 6.0 236.5) |
| OKLCH | oklch(0.929 0.018 229.0) |
Copy-ready code
/* CSS */
color: #dceaf1;
background-color: #dceaf1;
/* Tailwind (arbitrary) */
class="text-[#dceaf1] bg-[#dceaf1]"
/* SCSS */
$brand: #dceaf1;
/* SwiftUI */
Color(red: 0.863, green: 0.918, blue: 0.945)
/* Android */
Color.parseColor("#dceaf1")Accessibility — WCAG contrast
Aa
#dceaf1 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dceaf1 on black: 17.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green91.8%
Blue94.5%
CMYK percentages
Cyan8.7%
Magenta2.9%
Yellow0.0%
Key (black)5.5%
Color previews
#dceaf1 text on a black background
contrast 17.08:1
Card sample
#dceaf1 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dceaf1;
Background color
Panel with #dceaf1 background
background-color: #dceaf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dceaf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 234, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 234, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dceaf1; background: linear-gradient(135deg, #dceaf1, #DCDCF1);