#dbf663
a light, electric green · cool · closest name: khaki
RGB
219, 246, 99
HSL
71°, 89%, 68%
CMYK
11, 0, 60, 4
Luminance
0.8187
Every format
| HEX | #dbf663 |
| RGB | rgb(219, 246, 99) |
| HSL | hsl(71, 89%, 68%) |
| CMYK | cmyk(11%, 0%, 60%, 4%) |
| LAB | lab(92.5 -28.6 65.9) |
| LCH | lch(92.5 71.8 113.4) |
| OKLCH | oklch(0.926 0.173 118.7) |
Copy-ready code
/* CSS */
color: #dbf663;
background-color: #dbf663;
/* Tailwind (arbitrary) */
class="text-[#dbf663] bg-[#dbf663]"
/* SCSS */
$brand: #dbf663;
/* SwiftUI */
Color(red: 0.859, green: 0.965, blue: 0.388)
/* Android */
Color.parseColor("#dbf663")Accessibility — WCAG contrast
Aa
#dbf663 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf663 on black: 17.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.5%
Blue38.8%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow59.8%
Key (black)3.5%
Color previews
#dbf663 text on a black background
contrast 17.37:1
Card sample
#dbf663 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf663;
Background color
Panel with #dbf663 background
background-color: #dbf663;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf663;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 246, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 246, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf663; background: linear-gradient(135deg, #dbf663, #79F663);