#bdf941
a balanced, electric green · cool · closest name: yellow
RGB
189, 249, 65
HSL
80°, 94%, 62%
CMYK
24, 0, 74, 2
Luminance
0.7895
Every format
| HEX | #bdf941 |
| RGB | rgb(189, 249, 65) |
| HSL | hsl(80, 94%, 62%) |
| CMYK | cmyk(24%, 0%, 74%, 2%) |
| LAB | lab(91.2 -43.4 76.5) |
| LCH | lch(91.2 88.0 119.6) |
| OKLCH | oklch(0.909 0.211 126.4) |
Copy-ready code
/* CSS */
color: #bdf941;
background-color: #bdf941;
/* Tailwind (arbitrary) */
class="text-[#bdf941] bg-[#bdf941]"
/* SCSS */
$brand: #bdf941;
/* SwiftUI */
Color(red: 0.741, green: 0.976, blue: 0.255)
/* Android */
Color.parseColor("#bdf941")Accessibility — WCAG contrast
Aa
#bdf941 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf941 on black: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.6%
Blue25.5%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow73.9%
Key (black)2.4%
Color previews
#bdf941 text on a black background
contrast 16.79:1
Card sample
#bdf941 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf941;
Background color
Panel with #bdf941 background
background-color: #bdf941;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf941;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 249, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 249, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf941; background: linear-gradient(135deg, #bdf941, #42F941);