#bdf499
a light, electric green · cool · closest name: khaki
RGB
189, 244, 153
HSL
96°, 81%, 78%
CMYK
23, 0, 37, 4
Luminance
0.7782
Every format
| HEX | #bdf499 |
| RGB | rgb(189, 244, 153) |
| HSL | hsl(96, 81%, 78%) |
| CMYK | cmyk(23%, 0%, 37%, 4%) |
| LAB | lab(90.7 -33.2 38.3) |
| LCH | lch(90.7 50.7 130.9) |
| OKLCH | oklch(0.908 0.131 133.8) |
Copy-ready code
/* CSS */
color: #bdf499;
background-color: #bdf499;
/* Tailwind (arbitrary) */
class="text-[#bdf499] bg-[#bdf499]"
/* SCSS */
$brand: #bdf499;
/* SwiftUI */
Color(red: 0.741, green: 0.957, blue: 0.600)
/* Android */
Color.parseColor("#bdf499")Accessibility — WCAG contrast
Aa
#bdf499 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf499 on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.7%
Blue60.0%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow37.3%
Key (black)4.3%
Color previews
#bdf499 text on a black background
contrast 16.56:1
Card sample
#bdf499 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf499;
Background color
Panel with #bdf499 background
background-color: #bdf499;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf499;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 244, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 244, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf499; background: linear-gradient(135deg, #bdf499, #99F4B2);