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