#bdf79f
a light, electric green · cool · closest name: khaki
RGB
189, 247, 159
HSL
100°, 85%, 80%
CMYK
24, 0, 36, 3
Luminance
0.7984
Every format
| HEX | #bdf79f |
| RGB | rgb(189, 247, 159) |
| HSL | hsl(100, 85%, 80%) |
| CMYK | cmyk(24%, 0%, 36%, 3%) |
| LAB | lab(91.6 -33.7 36.5) |
| LCH | lch(91.6 49.7 132.7) |
| OKLCH | oklch(0.916 0.129 135.4) |
Copy-ready code
/* CSS */
color: #bdf79f;
background-color: #bdf79f;
/* Tailwind (arbitrary) */
class="text-[#bdf79f] bg-[#bdf79f]"
/* SCSS */
$brand: #bdf79f;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.624)
/* Android */
Color.parseColor("#bdf79f")Accessibility — WCAG contrast
Aa
#bdf79f on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf79f on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue62.4%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow35.6%
Key (black)3.1%
Color previews
#bdf79f text on a black background
contrast 16.97:1
Card sample
#bdf79f text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf79f;
Background color
Panel with #bdf79f background
background-color: #bdf79f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf79f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf79f; background: linear-gradient(135deg, #bdf79f, #9FF7BC);