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