#bdfb0a
a balanced, electric green · cool · closest name: yellow
RGB
189, 251, 10
HSL
75°, 97%, 51%
CMYK
25, 0, 96, 2
Luminance
0.7984
Every format
| HEX | #bdfb0a |
| RGB | rgb(189, 251, 10) |
| HSL | hsl(75, 97%, 51%) |
| CMYK | cmyk(25%, 0%, 96%, 2%) |
| LAB | lab(91.6 -45.8 87.6) |
| LCH | lch(91.6 98.9 117.6) |
| OKLCH | oklch(0.912 0.230 125.7) |
Copy-ready code
/* CSS */
color: #bdfb0a;
background-color: #bdfb0a;
/* Tailwind (arbitrary) */
class="text-[#bdfb0a] bg-[#bdfb0a]"
/* SCSS */
$brand: #bdfb0a;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.039)
/* Android */
Color.parseColor("#bdfb0a")Accessibility — WCAG contrast
Aa
#bdfb0a on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfb0a on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue3.9%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow96.0%
Key (black)1.6%
Color previews
#bdfb0a text on a black background
contrast 16.97:1
Card sample
#bdfb0a text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfb0a;
Background color
Panel with #bdfb0a background
background-color: #bdfb0a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfb0a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfb0a; background: linear-gradient(135deg, #bdfb0a, #1DFB0A);