#bdf40f
a balanced, electric green · cool · closest name: yellow
RGB
189, 244, 15
HSL
74°, 91%, 51%
CMYK
23, 0, 94, 4
Luminance
0.7555
Every format
| HEX | #bdf40f |
| RGB | rgb(189, 244, 15) |
| HSL | hsl(74, 91%, 51%) |
| CMYK | cmyk(23%, 0%, 94%, 4%) |
| LAB | lab(89.7 -42.8 85.7) |
| LCH | lch(89.7 95.8 116.5) |
| OKLCH | oklch(0.896 0.222 124.6) |
Copy-ready code
/* CSS */
color: #bdf40f;
background-color: #bdf40f;
/* Tailwind (arbitrary) */
class="text-[#bdf40f] bg-[#bdf40f]"
/* SCSS */
$brand: #bdf40f;
/* SwiftUI */
Color(red: 0.741, green: 0.957, blue: 0.059)
/* Android */
Color.parseColor("#bdf40f")Accessibility — WCAG contrast
Aa
#bdf40f on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf40f on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.7%
Blue5.9%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow93.9%
Key (black)4.3%
Color previews
#bdf40f text on a black background
contrast 16.11:1
Card sample
#bdf40f text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf40f;
Background color
Panel with #bdf40f background
background-color: #bdf40f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf40f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 244, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 244, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf40f; background: linear-gradient(135deg, #bdf40f, #24F40F);