#dbf855
a light, electric green · cool · closest name: yellow
RGB
219, 248, 85
HSL
71°, 92%, 65%
CMYK
12, 0, 66, 3
Luminance
0.8285
Every format
| HEX | #dbf855 |
| RGB | rgb(219, 248, 85) |
| HSL | hsl(71, 92%, 65%) |
| CMYK | cmyk(12%, 0%, 66%, 3%) |
| LAB | lab(93.0 -30.4 71.9) |
| LCH | lch(93.0 78.1 112.9) |
| OKLCH | oklch(0.929 0.185 118.9) |
Copy-ready code
/* CSS */
color: #dbf855;
background-color: #dbf855;
/* Tailwind (arbitrary) */
class="text-[#dbf855] bg-[#dbf855]"
/* SCSS */
$brand: #dbf855;
/* SwiftUI */
Color(red: 0.859, green: 0.973, blue: 0.333)
/* Android */
Color.parseColor("#dbf855")Accessibility — WCAG contrast
Aa
#dbf855 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf855 on black: 17.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green97.3%
Blue33.3%
CMYK percentages
Cyan11.7%
Magenta0.0%
Yellow65.7%
Key (black)2.7%
Color previews
#dbf855 text on a black background
contrast 17.57:1
Card sample
#dbf855 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf855;
Background color
Panel with #dbf855 background
background-color: #dbf855;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf855;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 248, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 248, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf855; background: linear-gradient(135deg, #dbf855, #6EF855);