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