#bdfd95
a light, electric green · cool · closest name: khaki
RGB
189, 253, 149
HSL
97°, 96%, 79%
CMYK
25, 0, 41, 1
Luminance
0.8324
Every format
| HEX | #bdfd95 |
| RGB | rgb(189, 253, 149) |
| HSL | hsl(97, 96%, 79%) |
| CMYK | cmyk(25%, 0%, 41%, 1%) |
| LAB | lab(93.1 -37.8 43.4) |
| LCH | lch(93.1 57.6 131.0) |
| OKLCH | oklch(0.927 0.148 134.3) |
Copy-ready code
/* CSS */
color: #bdfd95;
background-color: #bdfd95;
/* Tailwind (arbitrary) */
class="text-[#bdfd95] bg-[#bdfd95]"
/* SCSS */
$brand: #bdfd95;
/* SwiftUI */
Color(red: 0.741, green: 0.992, blue: 0.584)
/* Android */
Color.parseColor("#bdfd95")Accessibility — WCAG contrast
Aa
#bdfd95 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfd95 on black: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.2%
Blue58.4%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow41.1%
Key (black)0.8%
Color previews
#bdfd95 text on a black background
contrast 17.65:1
Card sample
#bdfd95 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfd95;
Background color
Panel with #bdfd95 background
background-color: #bdfd95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfd95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 253, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 253, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfd95; background: linear-gradient(135deg, #bdfd95, #95FDB2);