#dbf62f
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 246, 47
HSL
68°, 92%, 58%
CMYK
11, 0, 81, 4
Luminance
0.8118
Every format
| HEX | #dbf62f |
| RGB | rgb(219, 246, 47) |
| HSL | hsl(68, 92%, 58%) |
| CMYK | cmyk(11%, 0%, 81%, 4%) |
| LAB | lab(92.2 -31.2 83.2) |
| LCH | lch(92.2 88.8 110.6) |
| OKLCH | oklch(0.922 0.203 117.7) |
Copy-ready code
/* CSS */
color: #dbf62f;
background-color: #dbf62f;
/* Tailwind (arbitrary) */
class="text-[#dbf62f] bg-[#dbf62f]"
/* SCSS */
$brand: #dbf62f;
/* SwiftUI */
Color(red: 0.859, green: 0.965, blue: 0.184)
/* Android */
Color.parseColor("#dbf62f")Accessibility — WCAG contrast
Aa
#dbf62f on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf62f on black: 17.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.5%
Blue18.4%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow80.9%
Key (black)3.5%
Color previews
#dbf62f text on a black background
contrast 17.24:1
Card sample
#dbf62f text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf62f;
Background color
Panel with #dbf62f background
background-color: #dbf62f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf62f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 246, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 246, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf62f; background: linear-gradient(135deg, #dbf62f, #57F62F);