#bdf12c
a balanced, electric green · cool · closest name: yellow
RGB
189, 241, 44
HSL
76°, 88%, 56%
CMYK
22, 0, 82, 6
Luminance
0.7391
Every format
| HEX | #bdf12c |
| RGB | rgb(189, 241, 44) |
| HSL | hsl(76, 88%, 56%) |
| CMYK | cmyk(22%, 0%, 82%, 6%) |
| LAB | lab(88.9 -40.8 80.2) |
| LCH | lch(88.9 90.0 117.0) |
| OKLCH | oklch(0.890 0.211 124.4) |
Copy-ready code
/* CSS */
color: #bdf12c;
background-color: #bdf12c;
/* Tailwind (arbitrary) */
class="text-[#bdf12c] bg-[#bdf12c]"
/* SCSS */
$brand: #bdf12c;
/* SwiftUI */
Color(red: 0.741, green: 0.945, blue: 0.173)
/* Android */
Color.parseColor("#bdf12c")Accessibility — WCAG contrast
Aa
#bdf12c on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf12c on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.5%
Blue17.3%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow81.7%
Key (black)5.5%
Color previews
#bdf12c text on a black background
contrast 15.78:1
Card sample
#bdf12c text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf12c;
Background color
Panel with #bdf12c background
background-color: #bdf12c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf12c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 241, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 241, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf12c; background: linear-gradient(135deg, #bdf12c, #3AF12C);