#bdf47c
a light, electric green · cool · closest name: khaki
RGB
189, 244, 124
HSL
88°, 85%, 72%
CMYK
23, 0, 49, 4
Luminance
0.7698
Every format
| HEX | #bdf47c |
| RGB | rgb(189, 244, 124) |
| HSL | hsl(88, 85%, 72%) |
| CMYK | cmyk(23%, 0%, 49%, 4%) |
| LAB | lab(90.3 -36.6 51.8) |
| LCH | lch(90.3 63.5 125.3) |
| OKLCH | oklch(0.904 0.160 129.4) |
Copy-ready code
/* CSS */
color: #bdf47c;
background-color: #bdf47c;
/* Tailwind (arbitrary) */
class="text-[#bdf47c] bg-[#bdf47c]"
/* SCSS */
$brand: #bdf47c;
/* SwiftUI */
Color(red: 0.741, green: 0.957, blue: 0.486)
/* Android */
Color.parseColor("#bdf47c")Accessibility — WCAG contrast
Aa
#bdf47c on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf47c on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.7%
Blue48.6%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow49.2%
Key (black)4.3%
Color previews
#bdf47c text on a black background
contrast 16.40:1
Card sample
#bdf47c text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf47c;
Background color
Panel with #bdf47c background
background-color: #bdf47c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf47c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 244, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 244, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf47c; background: linear-gradient(135deg, #bdf47c, #7CF48B);