#dcfcf1
a pale, electric green · cool · closest name: ivory
RGB
220, 252, 241
HSL
159°, 84%, 93%
CMYK
13, 0, 4, 1
Luminance
0.9119
Every format
| HEX | #dcfcf1 |
| RGB | rgb(220, 252, 241) |
| HSL | hsl(159, 84%, 93%) |
| CMYK | cmyk(13%, 0%, 4%, 1%) |
| LAB | lab(96.5 -12.4 1.8) |
| LCH | lch(96.5 12.5 171.8) |
| OKLCH | oklch(0.965 0.036 172.8) |
Copy-ready code
/* CSS */
color: #dcfcf1;
background-color: #dcfcf1;
/* Tailwind (arbitrary) */
class="text-[#dcfcf1] bg-[#dcfcf1]"
/* SCSS */
$brand: #dcfcf1;
/* SwiftUI */
Color(red: 0.863, green: 0.988, blue: 0.945)
/* Android */
Color.parseColor("#dcfcf1")Accessibility — WCAG contrast
Aa
#dcfcf1 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcfcf1 on black: 19.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green98.8%
Blue94.5%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow4.4%
Key (black)1.2%
Color previews
#dcfcf1 text on a black background
contrast 19.24:1
Card sample
#dcfcf1 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcfcf1;
Background color
Panel with #dcfcf1 background
background-color: #dcfcf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcfcf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 252, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 252, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcfcf1; background: linear-gradient(135deg, #dcfcf1, #DCF2FC);