#dceaf5
a pale, vivid blue · cool · closest name: lavender
RGB
220, 234, 245
HSL
206°, 56%, 91%
CMYK
10, 5, 0, 4
Luminance
0.8065
Every format
| HEX | #dceaf5 |
| RGB | rgb(220, 234, 245) |
| HSL | hsl(206, 56%, 91%) |
| CMYK | cmyk(10%, 5%, 0%, 4%) |
| LAB | lab(92.0 -2.5 -6.9) |
| LCH | lch(92.0 7.4 249.9) |
| OKLCH | oklch(0.930 0.021 241.4) |
Copy-ready code
/* CSS */
color: #dceaf5;
background-color: #dceaf5;
/* Tailwind (arbitrary) */
class="text-[#dceaf5] bg-[#dceaf5]"
/* SCSS */
$brand: #dceaf5;
/* SwiftUI */
Color(red: 0.863, green: 0.918, blue: 0.961)
/* Android */
Color.parseColor("#dceaf5")Accessibility — WCAG contrast
Aa
#dceaf5 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dceaf5 on black: 17.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green91.8%
Blue96.1%
CMYK percentages
Cyan10.2%
Magenta4.5%
Yellow0.0%
Key (black)3.9%
Color previews
#dceaf5 text on a black background
contrast 17.13:1
Card sample
#dceaf5 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dceaf5;
Background color
Panel with #dceaf5 background
background-color: #dceaf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dceaf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 234, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 234, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dceaf5; background: linear-gradient(135deg, #dceaf5, #DFDCF5);