#dcffdf
a pale, electric green · cool · closest name: beige
RGB
220, 255, 223
HSL
125°, 100%, 93%
CMYK
14, 0, 13, 0
Luminance
0.9206
Every format
| HEX | #dcffdf |
| RGB | rgb(220, 255, 223) |
| HSL | hsl(125, 100%, 93%) |
| CMYK | cmyk(14%, 0%, 13%, 0%) |
| LAB | lab(96.8 -17.1 11.6) |
| LCH | lch(96.8 20.6 146.0) |
| OKLCH | oklch(0.967 0.056 147.5) |
Copy-ready code
/* CSS */
color: #dcffdf;
background-color: #dcffdf;
/* Tailwind (arbitrary) */
class="text-[#dcffdf] bg-[#dcffdf]"
/* SCSS */
$brand: #dcffdf;
/* SwiftUI */
Color(red: 0.863, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#dcffdf")Accessibility — WCAG contrast
Aa
#dcffdf on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcffdf on black: 19.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green100.0%
Blue87.5%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#dcffdf text on a black background
contrast 19.41:1
Card sample
#dcffdf text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcffdf;
Background color
Panel with #dcffdf background
background-color: #dcffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcffdf; background: linear-gradient(135deg, #dcffdf, #DCFFF6);