#bdf138
a balanced, electric green · cool · closest name: yellow
RGB
189, 241, 56
HSL
77°, 87%, 58%
CMYK
22, 0, 77, 6
Luminance
0.7401
Every format
| HEX | #bdf138 |
| RGB | rgb(189, 241, 56) |
| HSL | hsl(77, 87%, 58%) |
| CMYK | cmyk(22%, 0%, 77%, 6%) |
| LAB | lab(88.9 -40.3 77.1) |
| LCH | lch(88.9 87.0 117.6) |
| OKLCH | oklch(0.891 0.206 124.7) |
Copy-ready code
/* CSS */
color: #bdf138;
background-color: #bdf138;
/* Tailwind (arbitrary) */
class="text-[#bdf138] bg-[#bdf138]"
/* SCSS */
$brand: #bdf138;
/* SwiftUI */
Color(red: 0.741, green: 0.945, blue: 0.220)
/* Android */
Color.parseColor("#bdf138")Accessibility — WCAG contrast
Aa
#bdf138 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf138 on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.5%
Blue22.0%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow76.8%
Key (black)5.5%
Color previews
#bdf138 text on a black background
contrast 15.80:1
Card sample
#bdf138 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf138;
Background color
Panel with #bdf138 background
background-color: #bdf138;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf138;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 241, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 241, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf138; background: linear-gradient(135deg, #bdf138, #41F138);