#bdf62b
a balanced, electric green · cool · closest name: yellow
RGB
189, 246, 43
HSL
77°, 92%, 57%
CMYK
23, 0, 83, 4
Luminance
0.7690
Every format
| HEX | #bdf62b |
| RGB | rgb(189, 246, 43) |
| HSL | hsl(77, 92%, 57%) |
| CMYK | cmyk(23%, 0%, 83%, 4%) |
| LAB | lab(90.3 -43.0 81.7) |
| LCH | lch(90.3 92.3 117.8) |
| OKLCH | oklch(0.902 0.217 125.3) |
Copy-ready code
/* CSS */
color: #bdf62b;
background-color: #bdf62b;
/* Tailwind (arbitrary) */
class="text-[#bdf62b] bg-[#bdf62b]"
/* SCSS */
$brand: #bdf62b;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.169)
/* Android */
Color.parseColor("#bdf62b")Accessibility — WCAG contrast
Aa
#bdf62b on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf62b on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue16.9%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow82.5%
Key (black)3.5%
Color previews
#bdf62b text on a black background
contrast 16.38:1
Card sample
#bdf62b text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf62b;
Background color
Panel with #bdf62b background
background-color: #bdf62b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf62b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf62b; background: linear-gradient(135deg, #bdf62b, #36F62B);