#dcfdc2
a pale, electric green · cool · closest name: beige
RGB
220, 253, 194
HSL
94°, 94%, 88%
CMYK
13, 0, 23, 1
Luminance
0.8936
Every format
| HEX | #dcfdc2 |
| RGB | rgb(220, 253, 194) |
| HSL | hsl(94, 94%, 88%) |
| CMYK | cmyk(13%, 0%, 23%, 1%) |
| LAB | lab(95.7 -20.8 24.8) |
| LCH | lch(95.7 32.4 130.1) |
| OKLCH | oklch(0.956 0.084 131.6) |
Copy-ready code
/* CSS */
color: #dcfdc2;
background-color: #dcfdc2;
/* Tailwind (arbitrary) */
class="text-[#dcfdc2] bg-[#dcfdc2]"
/* SCSS */
$brand: #dcfdc2;
/* SwiftUI */
Color(red: 0.863, green: 0.992, blue: 0.761)
/* Android */
Color.parseColor("#dcfdc2")Accessibility — WCAG contrast
Aa
#dcfdc2 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcfdc2 on black: 18.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green99.2%
Blue76.1%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow23.3%
Key (black)0.8%
Color previews
#dcfdc2 text on a black background
contrast 18.87:1
Card sample
#dcfdc2 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcfdc2;
Background color
Panel with #dcfdc2 background
background-color: #dcfdc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcfdc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 253, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 253, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcfdc2; background: linear-gradient(135deg, #dcfdc2, #C2FDCF);