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