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