#bdef39
a balanced, electric green · cool · closest name: yellow
RGB
189, 239, 57
HSL
77°, 85%, 58%
CMYK
21, 0, 76, 6
Luminance
0.7285
Every format
| HEX | #bdef39 |
| RGB | rgb(189, 239, 57) |
| HSL | hsl(77, 85%, 58%) |
| CMYK | cmyk(21%, 0%, 76%, 6%) |
| LAB | lab(88.4 -39.4 76.3) |
| LCH | lch(88.4 85.9 117.3) |
| OKLCH | oklch(0.886 0.204 124.4) |
Copy-ready code
/* CSS */
color: #bdef39;
background-color: #bdef39;
/* Tailwind (arbitrary) */
class="text-[#bdef39] bg-[#bdef39]"
/* SCSS */
$brand: #bdef39;
/* SwiftUI */
Color(red: 0.741, green: 0.937, blue: 0.224)
/* Android */
Color.parseColor("#bdef39")Accessibility — WCAG contrast
Aa
#bdef39 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdef39 on black: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green93.7%
Blue22.4%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow76.2%
Key (black)6.3%
Color previews
#bdef39 text on a black background
contrast 15.57:1
Card sample
#bdef39 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdef39;
Background color
Panel with #bdef39 background
background-color: #bdef39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdef39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 239, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 239, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdef39; background: linear-gradient(135deg, #bdef39, #43EF39);