#dbff64
a light, electric green · cool · closest name: yellow
RGB
219, 255, 100
HSL
74°, 100%, 70%
CMYK
14, 0, 61, 0
Luminance
0.8750
Every format
| HEX | #dbff64 |
| RGB | rgb(219, 255, 100) |
| HSL | hsl(74, 100%, 70%) |
| CMYK | cmyk(14%, 0%, 61%, 0%) |
| LAB | lab(95.0 -32.6 68.2) |
| LCH | lch(95.0 75.6 115.6) |
| OKLCH | oklch(0.945 0.183 121.1) |
Copy-ready code
/* CSS */
color: #dbff64;
background-color: #dbff64;
/* Tailwind (arbitrary) */
class="text-[#dbff64] bg-[#dbff64]"
/* SCSS */
$brand: #dbff64;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.392)
/* Android */
Color.parseColor("#dbff64")Accessibility — WCAG contrast
Aa
#dbff64 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbff64 on black: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue39.2%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow60.8%
Key (black)0.0%
Color previews
#dbff64 text on a black background
contrast 18.50:1
Card sample
#dbff64 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbff64;
Background color
Panel with #dbff64 background
background-color: #dbff64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbff64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbff64; background: linear-gradient(135deg, #dbff64, #74FF64);