#bdf71c
a balanced, electric green · cool · closest name: yellow
RGB
189, 247, 28
HSL
76°, 93%, 54%
CMYK
24, 0, 89, 3
Luminance
0.7742
Every format
| HEX | #bdf71c |
| RGB | rgb(189, 247, 28) |
| HSL | hsl(76, 93%, 54%) |
| CMYK | cmyk(24%, 0%, 89%, 3%) |
| LAB | lab(90.5 -43.8 84.7) |
| LCH | lch(90.5 95.4 117.4) |
| OKLCH | oklch(0.903 0.223 125.2) |
Copy-ready code
/* CSS */
color: #bdf71c;
background-color: #bdf71c;
/* Tailwind (arbitrary) */
class="text-[#bdf71c] bg-[#bdf71c]"
/* SCSS */
$brand: #bdf71c;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.110)
/* Android */
Color.parseColor("#bdf71c")Accessibility — WCAG contrast
Aa
#bdf71c on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf71c on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue11.0%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow88.7%
Key (black)3.1%
Color previews
#bdf71c text on a black background
contrast 16.48:1
Card sample
#bdf71c text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf71c;
Background color
Panel with #bdf71c background
background-color: #bdf71c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf71c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf71c; background: linear-gradient(135deg, #bdf71c, #2BF71C);