#dceffb
a pale, electric blue · cool · closest name: lavender
RGB
220, 239, 251
HSL
203°, 80%, 92%
CMYK
12, 5, 0, 2
Luminance
0.8391
Every format
| HEX | #dceffb |
| RGB | rgb(220, 239, 251) |
| HSL | hsl(203, 80%, 92%) |
| CMYK | cmyk(12%, 5%, 0%, 2%) |
| LAB | lab(93.4 -3.9 -7.9) |
| LCH | lch(93.4 8.8 243.7) |
| OKLCH | oklch(0.942 0.026 235.4) |
Copy-ready code
/* CSS */
color: #dceffb;
background-color: #dceffb;
/* Tailwind (arbitrary) */
class="text-[#dceffb] bg-[#dceffb]"
/* SCSS */
$brand: #dceffb;
/* SwiftUI */
Color(red: 0.863, green: 0.937, blue: 0.984)
/* Android */
Color.parseColor("#dceffb")Accessibility — WCAG contrast
Aa
#dceffb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dceffb on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green93.7%
Blue98.4%
CMYK percentages
Cyan12.4%
Magenta4.8%
Yellow0.0%
Key (black)1.6%
Color previews
#dceffb text on a black background
contrast 17.78:1
Card sample
#dceffb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dceffb;
Background color
Panel with #dceffb background
background-color: #dceffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dceffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 239, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 239, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dceffb; background: linear-gradient(135deg, #dceffb, #DEDCFB);