#bdf434
a balanced, electric green · cool · closest name: yellow
RGB
189, 244, 52
HSL
77°, 90%, 58%
CMYK
23, 0, 79, 4
Luminance
0.7577
Every format
| HEX | #bdf434 |
| RGB | rgb(189, 244, 52) |
| HSL | hsl(77, 90%, 58%) |
| CMYK | cmyk(23%, 0%, 79%, 4%) |
| LAB | lab(89.8 -41.8 79.0) |
| LCH | lch(89.8 89.4 117.9) |
| OKLCH | oklch(0.897 0.212 125.2) |
Copy-ready code
/* CSS */
color: #bdf434;
background-color: #bdf434;
/* Tailwind (arbitrary) */
class="text-[#bdf434] bg-[#bdf434]"
/* SCSS */
$brand: #bdf434;
/* SwiftUI */
Color(red: 0.741, green: 0.957, blue: 0.204)
/* Android */
Color.parseColor("#bdf434")Accessibility — WCAG contrast
Aa
#bdf434 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf434 on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.7%
Blue20.4%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow78.7%
Key (black)4.3%
Color previews
#bdf434 text on a black background
contrast 16.15:1
Card sample
#bdf434 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf434;
Background color
Panel with #bdf434 background
background-color: #bdf434;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf434;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 244, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 244, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf434; background: linear-gradient(135deg, #bdf434, #3DF434);