#dbf22f
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 242, 47
HSL
67°, 88%, 57%
CMYK
10, 0, 81, 5
Luminance
0.7877
Every format
| HEX | #dbf22f |
| RGB | rgb(219, 242, 47) |
| HSL | hsl(67, 88%, 57%) |
| CMYK | cmyk(10%, 0%, 81%, 5%) |
| LAB | lab(91.1 -29.4 82.2) |
| LCH | lch(91.1 87.3 109.6) |
| OKLCH | oklch(0.913 0.199 116.7) |
Copy-ready code
/* CSS */
color: #dbf22f;
background-color: #dbf22f;
/* Tailwind (arbitrary) */
class="text-[#dbf22f] bg-[#dbf22f]"
/* SCSS */
$brand: #dbf22f;
/* SwiftUI */
Color(red: 0.859, green: 0.949, blue: 0.184)
/* Android */
Color.parseColor("#dbf22f")Accessibility — WCAG contrast
Aa
#dbf22f on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf22f on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green94.9%
Blue18.4%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow80.6%
Key (black)5.1%
Color previews
#dbf22f text on a black background
contrast 16.75:1
Card sample
#dbf22f text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf22f;
Background color
Panel with #dbf22f background
background-color: #dbf22f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf22f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 242, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 242, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf22f; background: linear-gradient(135deg, #dbf22f, #59F22F);