#dceaf7
a pale, vivid blue · cool · closest name: lavender
RGB
220, 234, 247
HSL
209°, 63%, 92%
CMYK
11, 5, 0, 3
Luminance
0.8078
Every format
| HEX | #dceaf7 |
| RGB | rgb(220, 234, 247) |
| HSL | hsl(209, 63%, 92%) |
| CMYK | cmyk(11%, 5%, 0%, 3%) |
| LAB | lab(92.0 -2.1 -7.9) |
| LCH | lch(92.0 8.2 254.8) |
| OKLCH | oklch(0.930 0.023 246.0) |
Copy-ready code
/* CSS */
color: #dceaf7;
background-color: #dceaf7;
/* Tailwind (arbitrary) */
class="text-[#dceaf7] bg-[#dceaf7]"
/* SCSS */
$brand: #dceaf7;
/* SwiftUI */
Color(red: 0.863, green: 0.918, blue: 0.969)
/* Android */
Color.parseColor("#dceaf7")Accessibility — WCAG contrast
Aa
#dceaf7 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dceaf7 on black: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green91.8%
Blue96.9%
CMYK percentages
Cyan10.9%
Magenta5.3%
Yellow0.0%
Key (black)3.1%
Color previews
#dceaf7 text on a black background
contrast 17.16:1
Card sample
#dceaf7 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dceaf7;
Background color
Panel with #dceaf7 background
background-color: #dceaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dceaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 234, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 234, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dceaf7; background: linear-gradient(135deg, #dceaf7, #E0DCF7);