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