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