#bdfb77
a light, electric green · cool · closest name: khaki
RGB
189, 251, 119
HSL
88°, 94%, 73%
CMYK
25, 0, 53, 2
Luminance
0.8115
Every format
| HEX | #bdfb77 |
| RGB | rgb(189, 251, 119) |
| HSL | hsl(88, 94%, 73%) |
| CMYK | cmyk(25%, 0%, 53%, 2%) |
| LAB | lab(92.2 -40.3 56.4) |
| LCH | lch(92.2 69.3 125.6) |
| OKLCH | oklch(0.919 0.174 130.1) |
Copy-ready code
/* CSS */
color: #bdfb77;
background-color: #bdfb77;
/* Tailwind (arbitrary) */
class="text-[#bdfb77] bg-[#bdfb77]"
/* SCSS */
$brand: #bdfb77;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.467)
/* Android */
Color.parseColor("#bdfb77")Accessibility — WCAG contrast
Aa
#bdfb77 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfb77 on black: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue46.7%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow52.6%
Key (black)1.6%
Color previews
#bdfb77 text on a black background
contrast 17.23:1
Card sample
#bdfb77 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfb77;
Background color
Panel with #bdfb77 background
background-color: #bdfb77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfb77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfb77; background: linear-gradient(135deg, #bdfb77, #77FB89);