#bdf997
a light, electric green · cool · closest name: khaki
RGB
189, 249, 151
HSL
97°, 89%, 78%
CMYK
24, 0, 39, 2
Luminance
0.8080
Every format
| HEX | #bdf997 |
| RGB | rgb(189, 249, 151) |
| HSL | hsl(97, 89%, 78%) |
| CMYK | cmyk(24%, 0%, 39%, 2%) |
| LAB | lab(92.0 -35.7 41.1) |
| LCH | lch(92.0 54.4 131.0) |
| OKLCH | oklch(0.919 0.141 134.1) |
Copy-ready code
/* CSS */
color: #bdf997;
background-color: #bdf997;
/* Tailwind (arbitrary) */
class="text-[#bdf997] bg-[#bdf997]"
/* SCSS */
$brand: #bdf997;
/* SwiftUI */
Color(red: 0.741, green: 0.976, blue: 0.592)
/* Android */
Color.parseColor("#bdf997")Accessibility — WCAG contrast
Aa
#bdf997 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf997 on black: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.6%
Blue59.2%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow39.4%
Key (black)2.4%
Color previews
#bdf997 text on a black background
contrast 17.16:1
Card sample
#bdf997 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf997;
Background color
Panel with #bdf997 background
background-color: #bdf997;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf997;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 249, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 249, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf997; background: linear-gradient(135deg, #bdf997, #97F9B2);