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