#bdf22d
a balanced, electric green · cool · closest name: yellow
RGB
189, 242, 45
HSL
76°, 88%, 56%
CMYK
22, 0, 81, 5
Luminance
0.7451
Every format
| HEX | #bdf22d |
| RGB | rgb(189, 242, 45) |
| HSL | hsl(76, 88%, 56%) |
| CMYK | cmyk(22%, 0%, 81%, 5%) |
| LAB | lab(89.2 -41.2 80.2) |
| LCH | lch(89.2 90.2 117.2) |
| OKLCH | oklch(0.893 0.212 124.6) |
Copy-ready code
/* CSS */
color: #bdf22d;
background-color: #bdf22d;
/* Tailwind (arbitrary) */
class="text-[#bdf22d] bg-[#bdf22d]"
/* SCSS */
$brand: #bdf22d;
/* SwiftUI */
Color(red: 0.741, green: 0.949, blue: 0.176)
/* Android */
Color.parseColor("#bdf22d")Accessibility — WCAG contrast
Aa
#bdf22d on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf22d on black: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.9%
Blue17.6%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow81.4%
Key (black)5.1%
Color previews
#bdf22d text on a black background
contrast 15.90:1
Card sample
#bdf22d text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf22d;
Background color
Panel with #bdf22d background
background-color: #bdf22d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf22d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 242, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 242, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf22d; background: linear-gradient(135deg, #bdf22d, #3AF22D);