#bdfb95
a light, electric green · cool · closest name: khaki
RGB
189, 251, 149
HSL
97°, 93%, 78%
CMYK
25, 0, 41, 2
Luminance
0.8198
Every format
| HEX | #bdfb95 |
| RGB | rgb(189, 251, 149) |
| HSL | hsl(97, 93%, 78%) |
| CMYK | cmyk(25%, 0%, 41%, 2%) |
| LAB | lab(92.6 -36.9 42.7) |
| LCH | lch(92.6 56.4 130.8) |
| OKLCH | oklch(0.923 0.146 134.0) |
Copy-ready code
/* CSS */
color: #bdfb95;
background-color: #bdfb95;
/* Tailwind (arbitrary) */
class="text-[#bdfb95] bg-[#bdfb95]"
/* SCSS */
$brand: #bdfb95;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.584)
/* Android */
Color.parseColor("#bdfb95")Accessibility — WCAG contrast
Aa
#bdfb95 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfb95 on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue58.4%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow40.6%
Key (black)1.6%
Color previews
#bdfb95 text on a black background
contrast 17.40:1
Card sample
#bdfb95 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfb95;
Background color
Panel with #bdfb95 background
background-color: #bdfb95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfb95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfb95; background: linear-gradient(135deg, #bdfb95, #95FBB1);