#bdf91b
a balanced, electric green · cool · closest name: yellow
RGB
189, 249, 27
HSL
76°, 95%, 54%
CMYK
24, 0, 89, 2
Luminance
0.7865
Every format
| HEX | #bdf91b |
| RGB | rgb(189, 249, 27) |
| HSL | hsl(76, 95%, 54%) |
| CMYK | cmyk(24%, 0%, 89%, 2%) |
| LAB | lab(91.1 -44.7 85.3) |
| LCH | lch(91.1 96.3 117.7) |
| OKLCH | oklch(0.908 0.225 125.6) |
Copy-ready code
/* CSS */
color: #bdf91b;
background-color: #bdf91b;
/* Tailwind (arbitrary) */
class="text-[#bdf91b] bg-[#bdf91b]"
/* SCSS */
$brand: #bdf91b;
/* SwiftUI */
Color(red: 0.741, green: 0.976, blue: 0.106)
/* Android */
Color.parseColor("#bdf91b")Accessibility — WCAG contrast
Aa
#bdf91b on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf91b on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.6%
Blue10.6%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow89.2%
Key (black)2.4%
Color previews
#bdf91b text on a black background
contrast 16.73:1
Card sample
#bdf91b text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf91b;
Background color
Panel with #bdf91b background
background-color: #bdf91b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf91b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 249, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 249, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf91b; background: linear-gradient(135deg, #bdf91b, #29F91B);