#bdf428
a balanced, electric green · cool · closest name: yellow
RGB
189, 244, 40
HSL
76°, 90%, 56%
CMYK
23, 0, 84, 4
Luminance
0.7567
Every format
| HEX | #bdf428 |
| RGB | rgb(189, 244, 40) |
| HSL | hsl(76, 90%, 56%) |
| CMYK | cmyk(23%, 0%, 84%, 4%) |
| LAB | lab(89.7 -42.2 81.8) |
| LCH | lch(89.7 92.1 117.3) |
| OKLCH | oklch(0.897 0.216 124.9) |
Copy-ready code
/* CSS */
color: #bdf428;
background-color: #bdf428;
/* Tailwind (arbitrary) */
class="text-[#bdf428] bg-[#bdf428]"
/* SCSS */
$brand: #bdf428;
/* SwiftUI */
Color(red: 0.741, green: 0.957, blue: 0.157)
/* Android */
Color.parseColor("#bdf428")Accessibility — WCAG contrast
Aa
#bdf428 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf428 on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.7%
Blue15.7%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow83.6%
Key (black)4.3%
Color previews
#bdf428 text on a black background
contrast 16.13:1
Card sample
#bdf428 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf428;
Background color
Panel with #bdf428 background
background-color: #bdf428;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf428;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 244, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 244, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf428; background: linear-gradient(135deg, #bdf428, #35F428);