#bdfb7c
a light, electric green · cool · closest name: khaki
RGB
189, 251, 124
HSL
89°, 94%, 74%
CMYK
25, 0, 51, 2
Luminance
0.8127
Every format
| HEX | #bdfb7c |
| RGB | rgb(189, 251, 124) |
| HSL | hsl(89, 94%, 74%) |
| CMYK | cmyk(25%, 0%, 51%, 2%) |
| LAB | lab(92.3 -39.8 54.2) |
| LCH | lch(92.3 67.2 126.3) |
| OKLCH | oklch(0.919 0.170 130.6) |
Copy-ready code
/* CSS */
color: #bdfb7c;
background-color: #bdfb7c;
/* Tailwind (arbitrary) */
class="text-[#bdfb7c] bg-[#bdfb7c]"
/* SCSS */
$brand: #bdfb7c;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.486)
/* Android */
Color.parseColor("#bdfb7c")Accessibility — WCAG contrast
Aa
#bdfb7c on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfb7c on black: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue48.6%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow50.6%
Key (black)1.6%
Color previews
#bdfb7c text on a black background
contrast 17.25:1
Card sample
#bdfb7c text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfb7c;
Background color
Panel with #bdfb7c background
background-color: #bdfb7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfb7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfb7c; background: linear-gradient(135deg, #bdfb7c, #7CFB90);