#dceffd
a pale, electric blue · cool · closest name: lavender
RGB
220, 239, 253
HSL
206°, 89%, 93%
CMYK
13, 6, 0, 1
Luminance
0.8404
Every format
| HEX | #dceffd |
| RGB | rgb(220, 239, 253) |
| HSL | hsl(206, 89%, 93%) |
| CMYK | cmyk(13%, 6%, 0%, 1%) |
| LAB | lab(93.5 -3.5 -8.9) |
| LCH | lch(93.5 9.5 248.4) |
| OKLCH | oklch(0.942 0.028 239.7) |
Copy-ready code
/* CSS */
color: #dceffd;
background-color: #dceffd;
/* Tailwind (arbitrary) */
class="text-[#dceffd] bg-[#dceffd]"
/* SCSS */
$brand: #dceffd;
/* SwiftUI */
Color(red: 0.863, green: 0.937, blue: 0.992)
/* Android */
Color.parseColor("#dceffd")Accessibility — WCAG contrast
Aa
#dceffd on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dceffd on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green93.7%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta5.5%
Yellow0.0%
Key (black)0.8%
Color previews
#dceffd text on a black background
contrast 17.81:1
Card sample
#dceffd text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dceffd;
Background color
Panel with #dceffd background
background-color: #dceffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dceffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 239, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 239, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dceffd; background: linear-gradient(135deg, #dceffd, #DFDCFD);