#dbff3f
a balanced, electric green · cool · closest name: yellow
RGB
219, 255, 63
HSL
71°, 100%, 62%
CMYK
14, 0, 75, 0
Luminance
0.8694
Every format
| HEX | #dbff3f |
| RGB | rgb(219, 255, 63) |
| HSL | hsl(71, 100%, 62%) |
| CMYK | cmyk(14%, 0%, 75%, 0%) |
| LAB | lab(94.7 -34.7 81.1) |
| LCH | lch(94.7 88.2 113.2) |
| OKLCH | oklch(0.943 0.206 120.1) |
Copy-ready code
/* CSS */
color: #dbff3f;
background-color: #dbff3f;
/* Tailwind (arbitrary) */
class="text-[#dbff3f] bg-[#dbff3f]"
/* SCSS */
$brand: #dbff3f;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.247)
/* Android */
Color.parseColor("#dbff3f")Accessibility — WCAG contrast
Aa
#dbff3f on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbff3f on black: 18.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue24.7%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow75.3%
Key (black)0.0%
Color previews
#dbff3f text on a black background
contrast 18.39:1
Card sample
#dbff3f text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbff3f;
Background color
Panel with #dbff3f background
background-color: #dbff3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbff3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbff3f; background: linear-gradient(135deg, #dbff3f, #5BFF3F);