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