#bdf221
a balanced, electric green · cool · closest name: yellow
RGB
189, 242, 33
HSL
75°, 89%, 54%
CMYK
22, 0, 86, 5
Luminance
0.7443
Every format
| HEX | #bdf221 |
| RGB | rgb(189, 242, 33) |
| HSL | hsl(75, 89%, 54%) |
| CMYK | cmyk(22%, 0%, 86%, 5%) |
| LAB | lab(89.1 -41.5 82.7) |
| LCH | lch(89.1 92.6 116.7) |
| OKLCH | oklch(0.892 0.216 124.4) |
Copy-ready code
/* CSS */
color: #bdf221;
background-color: #bdf221;
/* Tailwind (arbitrary) */
class="text-[#bdf221] bg-[#bdf221]"
/* SCSS */
$brand: #bdf221;
/* SwiftUI */
Color(red: 0.741, green: 0.949, blue: 0.129)
/* Android */
Color.parseColor("#bdf221")Accessibility — WCAG contrast
Aa
#bdf221 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf221 on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.9%
Blue12.9%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow86.4%
Key (black)5.1%
Color previews
#bdf221 text on a black background
contrast 15.89:1
Card sample
#bdf221 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf221;
Background color
Panel with #bdf221 background
background-color: #bdf221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 242, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 242, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf221; background: linear-gradient(135deg, #bdf221, #32F221);