#bdf79c
a light, electric green · cool · closest name: khaki
RGB
189, 247, 156
HSL
98°, 85%, 79%
CMYK
24, 0, 37, 3
Luminance
0.7974
Every format
| HEX | #bdf79c |
| RGB | rgb(189, 247, 156) |
| HSL | hsl(98, 85%, 79%) |
| CMYK | cmyk(24%, 0%, 37%, 3%) |
| LAB | lab(91.6 -34.1 38.0) |
| LCH | lch(91.6 51.1 132.0) |
| OKLCH | oklch(0.915 0.133 134.8) |
Copy-ready code
/* CSS */
color: #bdf79c;
background-color: #bdf79c;
/* Tailwind (arbitrary) */
class="text-[#bdf79c] bg-[#bdf79c]"
/* SCSS */
$brand: #bdf79c;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.612)
/* Android */
Color.parseColor("#bdf79c")Accessibility — WCAG contrast
Aa
#bdf79c on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf79c on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue61.2%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow36.8%
Key (black)3.1%
Color previews
#bdf79c text on a black background
contrast 16.95:1
Card sample
#bdf79c text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf79c;
Background color
Panel with #bdf79c background
background-color: #bdf79c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf79c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf79c; background: linear-gradient(135deg, #bdf79c, #9CF7B8);