#bdfb31
a balanced, electric green · cool · closest name: yellow
RGB
189, 251, 49
HSL
78°, 96%, 59%
CMYK
25, 0, 81, 2
Luminance
0.8003
Every format
| HEX | #bdfb31 |
| RGB | rgb(189, 251, 49) |
| HSL | hsl(78, 96%, 59%) |
| CMYK | cmyk(25%, 0%, 81%, 2%) |
| LAB | lab(91.7 -45.0 81.5) |
| LCH | lch(91.7 93.1 118.9) |
| OKLCH | oklch(0.913 0.221 126.3) |
Copy-ready code
/* CSS */
color: #bdfb31;
background-color: #bdfb31;
/* Tailwind (arbitrary) */
class="text-[#bdfb31] bg-[#bdfb31]"
/* SCSS */
$brand: #bdfb31;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.192)
/* Android */
Color.parseColor("#bdfb31")Accessibility — WCAG contrast
Aa
#bdfb31 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfb31 on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue19.2%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow80.5%
Key (black)1.6%
Color previews
#bdfb31 text on a black background
contrast 17.01:1
Card sample
#bdfb31 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfb31;
Background color
Panel with #bdfb31 background
background-color: #bdfb31;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfb31;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfb31; background: linear-gradient(135deg, #bdfb31, #36FB31);