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