#dcefdf
a pale, soft green · cool · closest name: beige
RGB
220, 239, 223
HSL
130°, 37%, 90%
CMYK
8, 0, 7, 6
Luminance
0.8228
Every format
| HEX | #dcefdf |
| RGB | rgb(220, 239, 223) |
| HSL | hsl(130, 37%, 90%) |
| CMYK | cmyk(8%, 0%, 7%, 6%) |
| LAB | lab(92.7 -9.2 5.6) |
| LCH | lch(92.7 10.7 148.6) |
| OKLCH | oklch(0.934 0.029 150.1) |
Copy-ready code
/* CSS */
color: #dcefdf;
background-color: #dcefdf;
/* Tailwind (arbitrary) */
class="text-[#dcefdf] bg-[#dcefdf]"
/* SCSS */
$brand: #dcefdf;
/* SwiftUI */
Color(red: 0.863, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#dcefdf")Accessibility — WCAG contrast
Aa
#dcefdf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcefdf on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green93.7%
Blue87.5%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#dcefdf text on a black background
contrast 17.46:1
Card sample
#dcefdf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcefdf;
Background color
Panel with #dcefdf background
background-color: #dcefdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcefdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcefdf; background: linear-gradient(135deg, #dcefdf, #DCEFEC);