#dbfc3f
a balanced, electric green · cool · closest name: yellow
RGB
219, 252, 63
HSL
71°, 97%, 62%
CMYK
13, 0, 75, 1
Luminance
0.8504
Every format
| HEX | #dbfc3f |
| RGB | rgb(219, 252, 63) |
| HSL | hsl(71, 97%, 62%) |
| CMYK | cmyk(13%, 0%, 75%, 1%) |
| LAB | lab(93.9 -33.4 80.3) |
| LCH | lch(93.9 87.0 112.6) |
| OKLCH | oklch(0.936 0.203 119.4) |
Copy-ready code
/* CSS */
color: #dbfc3f;
background-color: #dbfc3f;
/* Tailwind (arbitrary) */
class="text-[#dbfc3f] bg-[#dbfc3f]"
/* SCSS */
$brand: #dbfc3f;
/* SwiftUI */
Color(red: 0.859, green: 0.988, blue: 0.247)
/* Android */
Color.parseColor("#dbfc3f")Accessibility — WCAG contrast
Aa
#dbfc3f on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfc3f on black: 18.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.8%
Blue24.7%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow75.0%
Key (black)1.2%
Color previews
#dbfc3f text on a black background
contrast 18.01:1
Card sample
#dbfc3f text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfc3f;
Background color
Panel with #dbfc3f background
background-color: #dbfc3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfc3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 252, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 252, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfc3f; background: linear-gradient(135deg, #dbfc3f, #5DFC3F);