#bdf24b
a balanced, electric green · cool · closest name: yellow
RGB
189, 242, 75
HSL
79°, 87%, 62%
CMYK
22, 0, 69, 5
Luminance
0.7483
Every format
| HEX | #bdf24b |
| RGB | rgb(189, 242, 75) |
| HSL | hsl(79, 87%, 62%) |
| CMYK | cmyk(22%, 0%, 69%, 5%) |
| LAB | lab(89.3 -39.8 71.3) |
| LCH | lch(89.3 81.7 119.2) |
| OKLCH | oklch(0.894 0.197 125.6) |
Copy-ready code
/* CSS */
color: #bdf24b;
background-color: #bdf24b;
/* Tailwind (arbitrary) */
class="text-[#bdf24b] bg-[#bdf24b]"
/* SCSS */
$brand: #bdf24b;
/* SwiftUI */
Color(red: 0.741, green: 0.949, blue: 0.294)
/* Android */
Color.parseColor("#bdf24b")Accessibility — WCAG contrast
Aa
#bdf24b on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf24b on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.9%
Blue29.4%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow69.0%
Key (black)5.1%
Color previews
#bdf24b text on a black background
contrast 15.97:1
Card sample
#bdf24b text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf24b;
Background color
Panel with #bdf24b background
background-color: #bdf24b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf24b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 242, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 242, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf24b; background: linear-gradient(135deg, #bdf24b, #4EF24B);