#dceef1
a pale, soft cyan · cool · closest name: white
RGB
220, 238, 241
HSL
189°, 43%, 90%
CMYK
9, 1, 0, 6
Luminance
0.8272
Every format
| HEX | #dceef1 |
| RGB | rgb(220, 238, 241) |
| HSL | hsl(189, 43%, 90%) |
| CMYK | cmyk(9%, 1%, 0%, 6%) |
| LAB | lab(92.9 -5.3 -3.5) |
| LCH | lch(92.9 6.4 213.1) |
| OKLCH | oklch(0.937 0.019 208.8) |
Copy-ready code
/* CSS */
color: #dceef1;
background-color: #dceef1;
/* Tailwind (arbitrary) */
class="text-[#dceef1] bg-[#dceef1]"
/* SCSS */
$brand: #dceef1;
/* SwiftUI */
Color(red: 0.863, green: 0.933, blue: 0.945)
/* Android */
Color.parseColor("#dceef1")Accessibility — WCAG contrast
Aa
#dceef1 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dceef1 on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green93.3%
Blue94.5%
CMYK percentages
Cyan8.7%
Magenta1.2%
Yellow0.0%
Key (black)5.5%
Color previews
#dceef1 text on a black background
contrast 17.54:1
Card sample
#dceef1 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dceef1;
Background color
Panel with #dceef1 background
background-color: #dceef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dceef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 238, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 238, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dceef1; background: linear-gradient(135deg, #dceef1, #DCE0F1);