#bdee39
a balanced, electric green · cool · closest name: yellow
RGB
189, 238, 57
HSL
76°, 84%, 58%
CMYK
21, 0, 76, 7
Luminance
0.7226
Every format
| HEX | #bdee39 |
| RGB | rgb(189, 238, 57) |
| HSL | hsl(76, 84%, 58%) |
| CMYK | cmyk(21%, 0%, 76%, 7%) |
| LAB | lab(88.1 -39.0 76.0) |
| LCH | lch(88.1 85.4 117.1) |
| OKLCH | oklch(0.884 0.203 124.2) |
Copy-ready code
/* CSS */
color: #bdee39;
background-color: #bdee39;
/* Tailwind (arbitrary) */
class="text-[#bdee39] bg-[#bdee39]"
/* SCSS */
$brand: #bdee39;
/* SwiftUI */
Color(red: 0.741, green: 0.933, blue: 0.224)
/* Android */
Color.parseColor("#bdee39")Accessibility — WCAG contrast
Aa
#bdee39 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdee39 on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green93.3%
Blue22.4%
CMYK percentages
Cyan20.6%
Magenta0.0%
Yellow76.1%
Key (black)6.7%
Color previews
#bdee39 text on a black background
contrast 15.45:1
Card sample
#bdee39 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdee39;
Background color
Panel with #bdee39 background
background-color: #bdee39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdee39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 238, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 238, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdee39; background: linear-gradient(135deg, #bdee39, #44EE39);