#dbf44f
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 244, 79
HSL
69°, 88%, 63%
CMYK
10, 0, 68, 4
Luminance
0.8033
Every format
| HEX | #dbf44f |
| RGB | rgb(219, 244, 79) |
| HSL | hsl(69, 88%, 63%) |
| CMYK | cmyk(10%, 0%, 68%, 4%) |
| LAB | lab(91.8 -28.9 73.0) |
| LCH | lch(91.8 78.5 111.6) |
| OKLCH | oklch(0.920 0.185 117.7) |
Copy-ready code
/* CSS */
color: #dbf44f;
background-color: #dbf44f;
/* Tailwind (arbitrary) */
class="text-[#dbf44f] bg-[#dbf44f]"
/* SCSS */
$brand: #dbf44f;
/* SwiftUI */
Color(red: 0.859, green: 0.957, blue: 0.310)
/* Android */
Color.parseColor("#dbf44f")Accessibility — WCAG contrast
Aa
#dbf44f on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf44f on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green95.7%
Blue31.0%
CMYK percentages
Cyan10.2%
Magenta0.0%
Yellow67.6%
Key (black)4.3%
Color previews
#dbf44f text on a black background
contrast 17.07:1
Card sample
#dbf44f text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf44f;
Background color
Panel with #dbf44f background
background-color: #dbf44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 244, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 244, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf44f; background: linear-gradient(135deg, #dbf44f, #6DF44F);