#bdf76d
a light, electric green · cool · closest name: khaki
RGB
189, 247, 109
HSL
85°, 90%, 70%
CMYK
24, 0, 56, 3
Luminance
0.7844
Every format
| HEX | #bdf76d |
| RGB | rgb(189, 247, 109) |
| HSL | hsl(85, 90%, 70%) |
| CMYK | cmyk(24%, 0%, 56%, 3%) |
| LAB | lab(91.0 -39.5 59.4) |
| LCH | lch(91.0 71.3 123.6) |
| OKLCH | oklch(0.909 0.178 128.5) |
Copy-ready code
/* CSS */
color: #bdf76d;
background-color: #bdf76d;
/* Tailwind (arbitrary) */
class="text-[#bdf76d] bg-[#bdf76d]"
/* SCSS */
$brand: #bdf76d;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.427)
/* Android */
Color.parseColor("#bdf76d")Accessibility — WCAG contrast
Aa
#bdf76d on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf76d on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue42.7%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow55.9%
Key (black)3.1%
Color previews
#bdf76d text on a black background
contrast 16.69:1
Card sample
#bdf76d text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf76d;
Background color
Panel with #bdf76d background
background-color: #bdf76d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf76d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf76d; background: linear-gradient(135deg, #bdf76d, #6DF779);