#dceafd
a pale, electric blue · cool · closest name: lavender
RGB
220, 234, 253
HSL
215°, 89%, 93%
CMYK
13, 8, 0, 1
Luminance
0.8115
Every format
| HEX | #dceafd |
| RGB | rgb(220, 234, 253) |
| HSL | hsl(215, 89%, 93%) |
| CMYK | cmyk(13%, 8%, 0%, 1%) |
| LAB | lab(92.2 -0.9 -10.8) |
| LCH | lch(92.2 10.8 264.9) |
| OKLCH | oklch(0.932 0.030 256.0) |
Copy-ready code
/* CSS */
color: #dceafd;
background-color: #dceafd;
/* Tailwind (arbitrary) */
class="text-[#dceafd] bg-[#dceafd]"
/* SCSS */
$brand: #dceafd;
/* SwiftUI */
Color(red: 0.863, green: 0.918, blue: 0.992)
/* Android */
Color.parseColor("#dceafd")Accessibility — WCAG contrast
Aa
#dceafd on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dceafd on black: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green91.8%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta7.5%
Yellow0.0%
Key (black)0.8%
Color previews
#dceafd text on a black background
contrast 17.23:1
Card sample
#dceafd text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dceafd;
Background color
Panel with #dceafd background
background-color: #dceafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dceafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 234, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 234, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dceafd; background: linear-gradient(135deg, #dceafd, #E4DCFD);