#bdfb2d
a balanced, electric green · cool · closest name: yellow
RGB
189, 251, 45
HSL
78°, 96%, 58%
CMYK
25, 0, 82, 2
Luminance
0.8000
Every format
| HEX | #bdfb2d |
| RGB | rgb(189, 251, 45) |
| HSL | hsl(78, 96%, 58%) |
| CMYK | cmyk(25%, 0%, 82%, 2%) |
| LAB | lab(91.7 -45.1 82.4) |
| LCH | lch(91.7 94.0 118.7) |
| OKLCH | oklch(0.913 0.222 126.2) |
Copy-ready code
/* CSS */
color: #bdfb2d;
background-color: #bdfb2d;
/* Tailwind (arbitrary) */
class="text-[#bdfb2d] bg-[#bdfb2d]"
/* SCSS */
$brand: #bdfb2d;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.176)
/* Android */
Color.parseColor("#bdfb2d")Accessibility — WCAG contrast
Aa
#bdfb2d on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfb2d on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue17.6%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow82.1%
Key (black)1.6%
Color previews
#bdfb2d text on a black background
contrast 17.00:1
Card sample
#bdfb2d text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfb2d;
Background color
Panel with #bdfb2d background
background-color: #bdfb2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfb2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfb2d; background: linear-gradient(135deg, #bdfb2d, #33FB2D);