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