#dbfd63
a light, electric green · cool · closest name: yellow
RGB
219, 253, 99
HSL
73°, 98%, 69%
CMYK
13, 0, 61, 1
Luminance
0.8621
Every format
| HEX | #dbfd63 |
| RGB | rgb(219, 253, 99) |
| HSL | hsl(73, 98%, 69%) |
| CMYK | cmyk(13%, 0%, 61%, 1%) |
| LAB | lab(94.4 -31.8 68.0) |
| LCH | lch(94.4 75.0 115.1) |
| OKLCH | oklch(0.941 0.181 120.6) |
Copy-ready code
/* CSS */
color: #dbfd63;
background-color: #dbfd63;
/* Tailwind (arbitrary) */
class="text-[#dbfd63] bg-[#dbfd63]"
/* SCSS */
$brand: #dbfd63;
/* SwiftUI */
Color(red: 0.859, green: 0.992, blue: 0.388)
/* Android */
Color.parseColor("#dbfd63")Accessibility — WCAG contrast
Aa
#dbfd63 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfd63 on black: 18.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green99.2%
Blue38.8%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow60.9%
Key (black)0.8%
Color previews
#dbfd63 text on a black background
contrast 18.24:1
Card sample
#dbfd63 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfd63;
Background color
Panel with #dbfd63 background
background-color: #dbfd63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfd63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 253, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 253, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfd63; background: linear-gradient(135deg, #dbfd63, #74FD63);