#bdf71a
a balanced, electric green · cool · closest name: yellow
RGB
189, 247, 26
HSL
76°, 93%, 54%
CMYK
24, 0, 90, 3
Luminance
0.7741
Every format
| HEX | #bdf71a |
| RGB | rgb(189, 247, 26) |
| HSL | hsl(76, 93%, 54%) |
| CMYK | cmyk(24%, 0%, 90%, 3%) |
| LAB | lab(90.5 -43.9 85.0) |
| LCH | lch(90.5 95.7 117.3) |
| OKLCH | oklch(0.903 0.223 125.2) |
Copy-ready code
/* CSS */
color: #bdf71a;
background-color: #bdf71a;
/* Tailwind (arbitrary) */
class="text-[#bdf71a] bg-[#bdf71a]"
/* SCSS */
$brand: #bdf71a;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.102)
/* Android */
Color.parseColor("#bdf71a")Accessibility — WCAG contrast
Aa
#bdf71a on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf71a on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue10.2%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow89.5%
Key (black)3.1%
Color previews
#bdf71a text on a black background
contrast 16.48:1
Card sample
#bdf71a text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf71a;
Background color
Panel with #bdf71a background
background-color: #bdf71a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf71a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf71a; background: linear-gradient(135deg, #bdf71a, #2AF71A);