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