#dcefe4
a pale, soft green · cool · closest name: ivory
RGB
220, 239, 228
HSL
145°, 37%, 90%
CMYK
8, 0, 5, 6
Luminance
0.8255
Every format
| HEX | #dcefe4 |
| RGB | rgb(220, 239, 228) |
| HSL | hsl(145, 37%, 90%) |
| CMYK | cmyk(8%, 0%, 5%, 6%) |
| LAB | lab(92.8 -8.3 3.2) |
| LCH | lch(92.8 8.9 159.0) |
| OKLCH | oklch(0.935 0.025 160.6) |
Copy-ready code
/* CSS */
color: #dcefe4;
background-color: #dcefe4;
/* Tailwind (arbitrary) */
class="text-[#dcefe4] bg-[#dcefe4]"
/* SCSS */
$brand: #dcefe4;
/* SwiftUI */
Color(red: 0.863, green: 0.937, blue: 0.894)
/* Android */
Color.parseColor("#dcefe4")Accessibility — WCAG contrast
Aa
#dcefe4 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcefe4 on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green93.7%
Blue89.4%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow4.6%
Key (black)6.3%
Color previews
#dcefe4 text on a black background
contrast 17.51:1
Card sample
#dcefe4 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcefe4;
Background color
Panel with #dcefe4 background
background-color: #dcefe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcefe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 239, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 239, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcefe4; background: linear-gradient(135deg, #dcefe4, #DCEDEF);