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