#dcefec
a pale, soft cyan · cool · closest name: white
RGB
220, 239, 236
HSL
171°, 37%, 90%
CMYK
8, 0, 1, 6
Luminance
0.8300
Every format
| HEX | #dcefec |
| RGB | rgb(220, 239, 236) |
| HSL | hsl(171, 37%, 90%) |
| CMYK | cmyk(8%, 0%, 1%, 6%) |
| LAB | lab(93.0 -6.8 -0.7) |
| LCH | lch(93.0 6.8 185.9) |
| OKLCH | oklch(0.937 0.021 185.5) |
Copy-ready code
/* CSS */
color: #dcefec;
background-color: #dcefec;
/* Tailwind (arbitrary) */
class="text-[#dcefec] bg-[#dcefec]"
/* SCSS */
$brand: #dcefec;
/* SwiftUI */
Color(red: 0.863, green: 0.937, blue: 0.925)
/* Android */
Color.parseColor("#dcefec")Accessibility — WCAG contrast
Aa
#dcefec on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcefec on black: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green93.7%
Blue92.5%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow1.3%
Key (black)6.3%
Color previews
#dcefec text on a black background
contrast 17.60:1
Card sample
#dcefec text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcefec;
Background color
Panel with #dcefec background
background-color: #dcefec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcefec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 239, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 239, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcefec; background: linear-gradient(135deg, #dcefec, #DCE5EF);