#dbffdb
a pale, electric green · cool · closest name: beige
RGB
219, 255, 219
HSL
120°, 100%, 93%
CMYK
14, 0, 14, 0
Luminance
0.9169
Every format
| HEX | #dbffdb |
| RGB | rgb(219, 255, 219) |
| HSL | hsl(120, 100%, 93%) |
| CMYK | cmyk(14%, 0%, 14%, 0%) |
| LAB | lab(96.7 -18.1 13.4) |
| LCH | lch(96.7 22.5 143.6) |
| OKLCH | oklch(0.965 0.060 145.1) |
Copy-ready code
/* CSS */
color: #dbffdb;
background-color: #dbffdb;
/* Tailwind (arbitrary) */
class="text-[#dbffdb] bg-[#dbffdb]"
/* SCSS */
$brand: #dbffdb;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.859)
/* Android */
Color.parseColor("#dbffdb")Accessibility — WCAG contrast
Aa
#dbffdb on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbffdb on black: 19.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue85.9%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow14.1%
Key (black)0.0%
Color previews
#dbffdb text on a black background
contrast 19.34:1
Card sample
#dbffdb text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbffdb;
Background color
Panel with #dbffdb background
background-color: #dbffdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbffdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbffdb; background: linear-gradient(135deg, #dbffdb, #DBFFF3);