#bdf150
a balanced, electric green · cool · closest name: yellow
RGB
189, 241, 80
HSL
79°, 85%, 63%
CMYK
22, 0, 67, 6
Luminance
0.7431
Every format
| HEX | #bdf150 |
| RGB | rgb(189, 241, 80) |
| HSL | hsl(79, 85%, 63%) |
| CMYK | cmyk(22%, 0%, 67%, 6%) |
| LAB | lab(89.1 -39.0 69.2) |
| LCH | lch(89.1 79.5 119.4) |
| OKLCH | oklch(0.892 0.193 125.6) |
Copy-ready code
/* CSS */
color: #bdf150;
background-color: #bdf150;
/* Tailwind (arbitrary) */
class="text-[#bdf150] bg-[#bdf150]"
/* SCSS */
$brand: #bdf150;
/* SwiftUI */
Color(red: 0.741, green: 0.945, blue: 0.314)
/* Android */
Color.parseColor("#bdf150")Accessibility — WCAG contrast
Aa
#bdf150 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf150 on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.5%
Blue31.4%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow66.8%
Key (black)5.5%
Color previews
#bdf150 text on a black background
contrast 15.86:1
Card sample
#bdf150 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf150;
Background color
Panel with #bdf150 background
background-color: #bdf150;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf150;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 241, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 241, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf150; background: linear-gradient(135deg, #bdf150, #51F150);