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