#dbf63f
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 246, 63
HSL
69°, 91%, 61%
CMYK
11, 0, 74, 4
Luminance
0.8133
Every format
| HEX | #dbf63f |
| RGB | rgb(219, 246, 63) |
| HSL | hsl(69, 91%, 61%) |
| CMYK | cmyk(11%, 0%, 74%, 4%) |
| LAB | lab(92.3 -30.6 78.8) |
| LCH | lch(92.3 84.6 111.2) |
| OKLCH | oklch(0.923 0.196 117.9) |
Copy-ready code
/* CSS */
color: #dbf63f;
background-color: #dbf63f;
/* Tailwind (arbitrary) */
class="text-[#dbf63f] bg-[#dbf63f]"
/* SCSS */
$brand: #dbf63f;
/* SwiftUI */
Color(red: 0.859, green: 0.965, blue: 0.247)
/* Android */
Color.parseColor("#dbf63f")Accessibility — WCAG contrast
Aa
#dbf63f on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf63f on black: 17.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.5%
Blue24.7%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow74.4%
Key (black)3.5%
Color previews
#dbf63f text on a black background
contrast 17.27:1
Card sample
#dbf63f text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf63f;
Background color
Panel with #dbf63f background
background-color: #dbf63f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf63f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 246, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 246, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf63f; background: linear-gradient(135deg, #dbf63f, #61F63F);