#bdf141
a balanced, electric green · cool · closest name: yellow
RGB
189, 241, 65
HSL
78°, 86%, 60%
CMYK
22, 0, 73, 6
Luminance
0.7411
Every format
| HEX | #bdf141 |
| RGB | rgb(189, 241, 65) |
| HSL | hsl(78, 86%, 60%) |
| CMYK | cmyk(22%, 0%, 73%, 6%) |
| LAB | lab(89.0 -39.9 74.4) |
| LCH | lch(89.0 84.4 118.2) |
| OKLCH | oklch(0.891 0.202 125.0) |
Copy-ready code
/* CSS */
color: #bdf141;
background-color: #bdf141;
/* Tailwind (arbitrary) */
class="text-[#bdf141] bg-[#bdf141]"
/* SCSS */
$brand: #bdf141;
/* SwiftUI */
Color(red: 0.741, green: 0.945, blue: 0.255)
/* Android */
Color.parseColor("#bdf141")Accessibility — WCAG contrast
Aa
#bdf141 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf141 on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.5%
Blue25.5%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow73.0%
Key (black)5.5%
Color previews
#bdf141 text on a black background
contrast 15.82:1
Card sample
#bdf141 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf141;
Background color
Panel with #bdf141 background
background-color: #bdf141;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf141;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 241, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 241, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf141; background: linear-gradient(135deg, #bdf141, #48F141);