#bdf36c
a light, electric green · cool · closest name: khaki
RGB
189, 243, 108
HSL
84°, 85%, 69%
CMYK
22, 0, 56, 5
Luminance
0.7600
Every format
| HEX | #bdf36c |
| RGB | rgb(189, 243, 108) |
| HSL | hsl(84, 85%, 69%) |
| CMYK | cmyk(22%, 0%, 56%, 5%) |
| LAB | lab(89.9 -37.8 58.6) |
| LCH | lch(89.9 69.7 122.8) |
| OKLCH | oklch(0.900 0.174 127.7) |
Copy-ready code
/* CSS */
color: #bdf36c;
background-color: #bdf36c;
/* Tailwind (arbitrary) */
class="text-[#bdf36c] bg-[#bdf36c]"
/* SCSS */
$brand: #bdf36c;
/* SwiftUI */
Color(red: 0.741, green: 0.953, blue: 0.424)
/* Android */
Color.parseColor("#bdf36c")Accessibility — WCAG contrast
Aa
#bdf36c on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf36c on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.3%
Blue42.4%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow55.6%
Key (black)4.7%
Color previews
#bdf36c text on a black background
contrast 16.20:1
Card sample
#bdf36c text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf36c;
Background color
Panel with #bdf36c background
background-color: #bdf36c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf36c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 243, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 243, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf36c; background: linear-gradient(135deg, #bdf36c, #6CF375);