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