#dceafb
a pale, electric blue · cool · closest name: lavender
RGB
220, 234, 251
HSL
213°, 80%, 92%
CMYK
12, 7, 0, 2
Luminance
0.8103
Every format
| HEX | #dceafb |
| RGB | rgb(220, 234, 251) |
| HSL | hsl(213, 80%, 92%) |
| CMYK | cmyk(12%, 7%, 0%, 2%) |
| LAB | lab(92.1 -1.4 -9.8) |
| LCH | lch(92.1 9.9 262.1) |
| OKLCH | oklch(0.932 0.028 253.2) |
Copy-ready code
/* CSS */
color: #dceafb;
background-color: #dceafb;
/* Tailwind (arbitrary) */
class="text-[#dceafb] bg-[#dceafb]"
/* SCSS */
$brand: #dceafb;
/* SwiftUI */
Color(red: 0.863, green: 0.918, blue: 0.984)
/* Android */
Color.parseColor("#dceafb")Accessibility — WCAG contrast
Aa
#dceafb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dceafb on black: 17.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green91.8%
Blue98.4%
CMYK percentages
Cyan12.4%
Magenta6.8%
Yellow0.0%
Key (black)1.6%
Color previews
#dceafb text on a black background
contrast 17.21:1
Card sample
#dceafb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dceafb;
Background color
Panel with #dceafb background
background-color: #dceafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dceafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 234, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 234, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dceafb; background: linear-gradient(135deg, #dceafb, #E3DCFB);