#bdf93d
a balanced, electric green · cool · closest name: yellow
RGB
189, 249, 61
HSL
79°, 94%, 61%
CMYK
24, 0, 76, 2
Luminance
0.7891
Every format
| HEX | #bdf93d |
| RGB | rgb(189, 249, 61) |
| HSL | hsl(79, 94%, 61%) |
| CMYK | cmyk(24%, 0%, 76%, 2%) |
| LAB | lab(91.2 -43.6 77.7) |
| LCH | lch(91.2 89.1 119.3) |
| OKLCH | oklch(0.909 0.213 126.3) |
Copy-ready code
/* CSS */
color: #bdf93d;
background-color: #bdf93d;
/* Tailwind (arbitrary) */
class="text-[#bdf93d] bg-[#bdf93d]"
/* SCSS */
$brand: #bdf93d;
/* SwiftUI */
Color(red: 0.741, green: 0.976, blue: 0.239)
/* Android */
Color.parseColor("#bdf93d")Accessibility — WCAG contrast
Aa
#bdf93d on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf93d on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.6%
Blue23.9%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow75.5%
Key (black)2.4%
Color previews
#bdf93d text on a black background
contrast 16.78:1
Card sample
#bdf93d text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf93d;
Background color
Panel with #bdf93d background
background-color: #bdf93d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf93d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 249, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 249, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf93d; background: linear-gradient(135deg, #bdf93d, #40F93D);