#bdf732
a balanced, electric green · cool · closest name: yellow
RGB
189, 247, 50
HSL
78°, 93%, 58%
CMYK
24, 0, 80, 3
Luminance
0.7757
Every format
| HEX | #bdf732 |
| RGB | rgb(189, 247, 50) |
| HSL | hsl(78, 93%, 58%) |
| CMYK | cmyk(24%, 0%, 80%, 3%) |
| LAB | lab(90.6 -43.2 80.2) |
| LCH | lch(90.6 91.1 118.3) |
| OKLCH | oklch(0.904 0.216 125.6) |
Copy-ready code
/* CSS */
color: #bdf732;
background-color: #bdf732;
/* Tailwind (arbitrary) */
class="text-[#bdf732] bg-[#bdf732]"
/* SCSS */
$brand: #bdf732;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.196)
/* Android */
Color.parseColor("#bdf732")Accessibility — WCAG contrast
Aa
#bdf732 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf732 on black: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue19.6%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow79.8%
Key (black)3.1%
Color previews
#bdf732 text on a black background
contrast 16.51:1
Card sample
#bdf732 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf732;
Background color
Panel with #bdf732 background
background-color: #bdf732;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf732;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf732; background: linear-gradient(135deg, #bdf732, #39F732);