#bdf72c
a balanced, electric green · cool · closest name: yellow
RGB
189, 247, 44
HSL
77°, 93%, 57%
CMYK
24, 0, 82, 3
Luminance
0.7752
Every format
| HEX | #bdf72c |
| RGB | rgb(189, 247, 44) |
| HSL | hsl(77, 93%, 57%) |
| CMYK | cmyk(24%, 0%, 82%, 3%) |
| LAB | lab(90.6 -43.4 81.7) |
| LCH | lch(90.6 92.5 118.0) |
| OKLCH | oklch(0.904 0.218 125.5) |
Copy-ready code
/* CSS */
color: #bdf72c;
background-color: #bdf72c;
/* Tailwind (arbitrary) */
class="text-[#bdf72c] bg-[#bdf72c]"
/* SCSS */
$brand: #bdf72c;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.173)
/* Android */
Color.parseColor("#bdf72c")Accessibility — WCAG contrast
Aa
#bdf72c on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf72c on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue17.3%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow82.2%
Key (black)3.1%
Color previews
#bdf72c text on a black background
contrast 16.50:1
Card sample
#bdf72c text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf72c;
Background color
Panel with #bdf72c background
background-color: #bdf72c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf72c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf72c; background: linear-gradient(135deg, #bdf72c, #36F72C);