#bdfd99
a light, electric green · cool · closest name: khaki
RGB
189, 253, 153
HSL
98°, 96%, 80%
CMYK
25, 0, 40, 1
Luminance
0.8337
Every format
| HEX | #bdfd99 |
| RGB | rgb(189, 253, 153) |
| HSL | hsl(98, 96%, 80%) |
| CMYK | cmyk(25%, 0%, 40%, 1%) |
| LAB | lab(93.2 -37.3 41.5) |
| LCH | lch(93.2 55.8 131.9) |
| OKLCH | oklch(0.928 0.144 135.0) |
Copy-ready code
/* CSS */
color: #bdfd99;
background-color: #bdfd99;
/* Tailwind (arbitrary) */
class="text-[#bdfd99] bg-[#bdfd99]"
/* SCSS */
$brand: #bdfd99;
/* SwiftUI */
Color(red: 0.741, green: 0.992, blue: 0.600)
/* Android */
Color.parseColor("#bdfd99")Accessibility — WCAG contrast
Aa
#bdfd99 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfd99 on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.2%
Blue60.0%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow39.5%
Key (black)0.8%
Color previews
#bdfd99 text on a black background
contrast 17.67:1
Card sample
#bdfd99 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfd99;
Background color
Panel with #bdfd99 background
background-color: #bdfd99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfd99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 253, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 253, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfd99; background: linear-gradient(135deg, #bdfd99, #99FDB8);