#bdfb6d
a light, electric green · cool · closest name: khaki
RGB
189, 251, 109
HSL
86°, 95%, 71%
CMYK
25, 0, 57, 2
Luminance
0.8092
Every format
| HEX | #bdfb6d |
| RGB | rgb(189, 251, 109) |
| HSL | hsl(86, 95%, 71%) |
| CMYK | cmyk(25%, 0%, 57%, 2%) |
| LAB | lab(92.1 -41.2 60.7) |
| LCH | lch(92.1 73.4 124.2) |
| OKLCH | oklch(0.918 0.183 129.2) |
Copy-ready code
/* CSS */
color: #bdfb6d;
background-color: #bdfb6d;
/* Tailwind (arbitrary) */
class="text-[#bdfb6d] bg-[#bdfb6d]"
/* SCSS */
$brand: #bdfb6d;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.427)
/* Android */
Color.parseColor("#bdfb6d")Accessibility — WCAG contrast
Aa
#bdfb6d on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfb6d on black: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue42.7%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow56.6%
Key (black)1.6%
Color previews
#bdfb6d text on a black background
contrast 17.18:1
Card sample
#bdfb6d text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfb6d;
Background color
Panel with #bdfb6d background
background-color: #bdfb6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfb6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfb6d; background: linear-gradient(135deg, #bdfb6d, #6DFB7C);