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