#bdfe2d
a balanced, electric green · cool · closest name: yellow
RGB
189, 254, 45
HSL
79°, 99%, 59%
CMYK
26, 0, 82, 0
Luminance
0.8189
Every format
| HEX | #bdfe2d |
| RGB | rgb(189, 254, 45) |
| HSL | hsl(79, 99%, 59%) |
| CMYK | cmyk(26%, 0%, 82%, 0%) |
| LAB | lab(92.5 -46.4 83.2) |
| LCH | lch(92.5 95.2 119.1) |
| OKLCH | oklch(0.920 0.226 126.7) |
Copy-ready code
/* CSS */
color: #bdfe2d;
background-color: #bdfe2d;
/* Tailwind (arbitrary) */
class="text-[#bdfe2d] bg-[#bdfe2d]"
/* SCSS */
$brand: #bdfe2d;
/* SwiftUI */
Color(red: 0.741, green: 0.996, blue: 0.176)
/* Android */
Color.parseColor("#bdfe2d")Accessibility — WCAG contrast
Aa
#bdfe2d on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfe2d on black: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.6%
Blue17.6%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow82.3%
Key (black)0.4%
Color previews
#bdfe2d text on a black background
contrast 17.38:1
Card sample
#bdfe2d text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfe2d;
Background color
Panel with #bdfe2d background
background-color: #bdfe2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfe2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 254, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 254, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfe2d; background: linear-gradient(135deg, #bdfe2d, #31FE2D);