#bdf26c
a light, electric green · cool · closest name: khaki
RGB
189, 242, 108
HSL
84°, 84%, 69%
CMYK
22, 0, 55, 5
Luminance
0.7541
Every format
| HEX | #bdf26c |
| RGB | rgb(189, 242, 108) |
| HSL | hsl(84, 84%, 69%) |
| CMYK | cmyk(22%, 0%, 55%, 5%) |
| LAB | lab(89.6 -37.3 58.3) |
| LCH | lch(89.6 69.2 122.6) |
| OKLCH | oklch(0.897 0.172 127.5) |
Copy-ready code
/* CSS */
color: #bdf26c;
background-color: #bdf26c;
/* Tailwind (arbitrary) */
class="text-[#bdf26c] bg-[#bdf26c]"
/* SCSS */
$brand: #bdf26c;
/* SwiftUI */
Color(red: 0.741, green: 0.949, blue: 0.424)
/* Android */
Color.parseColor("#bdf26c")Accessibility — WCAG contrast
Aa
#bdf26c on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf26c on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.9%
Blue42.4%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow55.4%
Key (black)5.1%
Color previews
#bdf26c text on a black background
contrast 16.08:1
Card sample
#bdf26c text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf26c;
Background color
Panel with #bdf26c background
background-color: #bdf26c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf26c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 242, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 242, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf26c; background: linear-gradient(135deg, #bdf26c, #6CF274);