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