#dcfdbf
a pale, electric green · cool · closest name: beige
RGB
220, 253, 191
HSL
92°, 94%, 87%
CMYK
13, 0, 25, 1
Luminance
0.8923
Every format
| HEX | #dcfdbf |
| RGB | rgb(220, 253, 191) |
| HSL | hsl(92, 94%, 87%) |
| CMYK | cmyk(13%, 0%, 25%, 1%) |
| LAB | lab(95.7 -21.3 26.2) |
| LCH | lch(95.7 33.8 129.1) |
| OKLCH | oklch(0.955 0.088 130.7) |
Copy-ready code
/* CSS */
color: #dcfdbf;
background-color: #dcfdbf;
/* Tailwind (arbitrary) */
class="text-[#dcfdbf] bg-[#dcfdbf]"
/* SCSS */
$brand: #dcfdbf;
/* SwiftUI */
Color(red: 0.863, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#dcfdbf")Accessibility — WCAG contrast
Aa
#dcfdbf on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcfdbf on black: 18.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green99.2%
Blue74.9%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#dcfdbf text on a black background
contrast 18.85:1
Card sample
#dcfdbf text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcfdbf;
Background color
Panel with #dcfdbf background
background-color: #dcfdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcfdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcfdbf; background: linear-gradient(135deg, #dcfdbf, #BFFDCB);