#dbfc49
a balanced, electric green · cool · closest name: yellow
RGB
219, 252, 73
HSL
71°, 97%, 64%
CMYK
13, 0, 71, 1
Luminance
0.8516
Every format
| HEX | #dbfc49 |
| RGB | rgb(219, 252, 73) |
| HSL | hsl(71, 97%, 64%) |
| CMYK | cmyk(13%, 0%, 71%, 1%) |
| LAB | lab(94.0 -32.9 77.2) |
| LCH | lch(94.0 83.9 113.1) |
| OKLCH | oklch(0.937 0.198 119.6) |
Copy-ready code
/* CSS */
color: #dbfc49;
background-color: #dbfc49;
/* Tailwind (arbitrary) */
class="text-[#dbfc49] bg-[#dbfc49]"
/* SCSS */
$brand: #dbfc49;
/* SwiftUI */
Color(red: 0.859, green: 0.988, blue: 0.286)
/* Android */
Color.parseColor("#dbfc49")Accessibility — WCAG contrast
Aa
#dbfc49 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfc49 on black: 18.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.8%
Blue28.6%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow71.0%
Key (black)1.2%
Color previews
#dbfc49 text on a black background
contrast 18.03:1
Card sample
#dbfc49 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfc49;
Background color
Panel with #dbfc49 background
background-color: #dbfc49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfc49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 252, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 252, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfc49; background: linear-gradient(135deg, #dbfc49, #63FC49);