#bdf50f
a balanced, electric green · cool · closest name: yellow
RGB
189, 245, 15
HSL
75°, 92%, 51%
CMYK
23, 0, 94, 4
Luminance
0.7616
Every format
| HEX | #bdf50f |
| RGB | rgb(189, 245, 15) |
| HSL | hsl(75, 92%, 51%) |
| CMYK | cmyk(23%, 0%, 94%, 4%) |
| LAB | lab(89.9 -43.2 85.9) |
| LCH | lch(89.9 96.2 116.7) |
| OKLCH | oklch(0.899 0.223 124.8) |
Copy-ready code
/* CSS */
color: #bdf50f;
background-color: #bdf50f;
/* Tailwind (arbitrary) */
class="text-[#bdf50f] bg-[#bdf50f]"
/* SCSS */
$brand: #bdf50f;
/* SwiftUI */
Color(red: 0.741, green: 0.961, blue: 0.059)
/* Android */
Color.parseColor("#bdf50f")Accessibility — WCAG contrast
Aa
#bdf50f on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf50f on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.1%
Blue5.9%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow93.9%
Key (black)3.9%
Color previews
#bdf50f text on a black background
contrast 16.23:1
Card sample
#bdf50f text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf50f;
Background color
Panel with #bdf50f background
background-color: #bdf50f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf50f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 245, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 245, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf50f; background: linear-gradient(135deg, #bdf50f, #24F50F);