#bdf147
a balanced, electric green · cool · closest name: yellow
RGB
189, 241, 71
HSL
78°, 86%, 61%
CMYK
22, 0, 71, 6
Luminance
0.7418
Every format
| HEX | #bdf147 |
| RGB | rgb(189, 241, 71) |
| HSL | hsl(78, 86%, 61%) |
| CMYK | cmyk(22%, 0%, 71%, 6%) |
| LAB | lab(89.0 -39.6 72.4) |
| LCH | lch(89.0 82.5 118.7) |
| OKLCH | oklch(0.892 0.198 125.2) |
Copy-ready code
/* CSS */
color: #bdf147;
background-color: #bdf147;
/* Tailwind (arbitrary) */
class="text-[#bdf147] bg-[#bdf147]"
/* SCSS */
$brand: #bdf147;
/* SwiftUI */
Color(red: 0.741, green: 0.945, blue: 0.278)
/* Android */
Color.parseColor("#bdf147")Accessibility — WCAG contrast
Aa
#bdf147 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf147 on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.5%
Blue27.8%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow70.5%
Key (black)5.5%
Color previews
#bdf147 text on a black background
contrast 15.84:1
Card sample
#bdf147 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf147;
Background color
Panel with #bdf147 background
background-color: #bdf147;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf147;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 241, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 241, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf147; background: linear-gradient(135deg, #bdf147, #4CF147);