#dbff55
a light, electric green · cool · closest name: yellow
RGB
219, 255, 85
HSL
73°, 100%, 67%
CMYK
14, 0, 67, 0
Luminance
0.8724
Every format
| HEX | #dbff55 |
| RGB | rgb(219, 255, 85) |
| HSL | hsl(73, 100%, 67%) |
| CMYK | cmyk(14%, 0%, 67%, 0%) |
| LAB | lab(94.8 -33.6 73.9) |
| LCH | lch(94.8 81.2 114.5) |
| OKLCH | oklch(0.944 0.194 120.6) |
Copy-ready code
/* CSS */
color: #dbff55;
background-color: #dbff55;
/* Tailwind (arbitrary) */
class="text-[#dbff55] bg-[#dbff55]"
/* SCSS */
$brand: #dbff55;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.333)
/* Android */
Color.parseColor("#dbff55")Accessibility — WCAG contrast
Aa
#dbff55 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbff55 on black: 18.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue33.3%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow66.7%
Key (black)0.0%
Color previews
#dbff55 text on a black background
contrast 18.45:1
Card sample
#dbff55 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbff55;
Background color
Panel with #dbff55 background
background-color: #dbff55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbff55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbff55; background: linear-gradient(135deg, #dbff55, #6AFF55);