#dbff69
a light, electric green · cool · closest name: yellow
RGB
219, 255, 105
HSL
74°, 100%, 71%
CMYK
14, 0, 59, 0
Luminance
0.8760
Every format
| HEX | #dbff69 |
| RGB | rgb(219, 255, 105) |
| HSL | hsl(74, 100%, 71%) |
| CMYK | cmyk(14%, 0%, 59%, 0%) |
| LAB | lab(95.0 -32.3 66.2) |
| LCH | lch(95.0 73.6 116.0) |
| OKLCH | oklch(0.946 0.179 121.3) |
Copy-ready code
/* CSS */
color: #dbff69;
background-color: #dbff69;
/* Tailwind (arbitrary) */
class="text-[#dbff69] bg-[#dbff69]"
/* SCSS */
$brand: #dbff69;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.412)
/* Android */
Color.parseColor("#dbff69")Accessibility — WCAG contrast
Aa
#dbff69 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbff69 on black: 18.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue41.2%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow58.8%
Key (black)0.0%
Color previews
#dbff69 text on a black background
contrast 18.52:1
Card sample
#dbff69 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbff69;
Background color
Panel with #dbff69 background
background-color: #dbff69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbff69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbff69; background: linear-gradient(135deg, #dbff69, #77FF69);