#bdf796
a light, electric green · cool · closest name: khaki
RGB
189, 247, 150
HSL
96°, 86%, 78%
CMYK
24, 0, 39, 3
Luminance
0.7954
Every format
| HEX | #bdf796 |
| RGB | rgb(189, 247, 150) |
| HSL | hsl(96, 86%, 78%) |
| CMYK | cmyk(24%, 0%, 39%, 3%) |
| LAB | lab(91.5 -35.0 40.8) |
| LCH | lch(91.5 53.7 130.6) |
| OKLCH | oklch(0.914 0.139 133.6) |
Copy-ready code
/* CSS */
color: #bdf796;
background-color: #bdf796;
/* Tailwind (arbitrary) */
class="text-[#bdf796] bg-[#bdf796]"
/* SCSS */
$brand: #bdf796;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.588)
/* Android */
Color.parseColor("#bdf796")Accessibility — WCAG contrast
Aa
#bdf796 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf796 on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue58.8%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow39.3%
Key (black)3.1%
Color previews
#bdf796 text on a black background
contrast 16.91:1
Card sample
#bdf796 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf796;
Background color
Panel with #bdf796 background
background-color: #bdf796;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf796;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf796; background: linear-gradient(135deg, #bdf796, #96F7B0);