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