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