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