#bcd76f
a balanced, vivid green · cool · closest name: khaki
RGB
188, 215, 111
HSL
76°, 57%, 64%
CMYK
13, 0, 48, 16
Luminance
0.6044
Every format
| HEX | #bcd76f |
| RGB | rgb(188, 215, 111) |
| HSL | hsl(76, 57%, 64%) |
| CMYK | cmyk(13%, 0%, 48%, 16%) |
| LAB | lab(82.1 -24.8 48.0) |
| LCH | lch(82.1 54.0 117.3) |
| OKLCH | oklch(0.837 0.134 121.4) |
Copy-ready code
/* CSS */
color: #bcd76f;
background-color: #bcd76f;
/* Tailwind (arbitrary) */
class="text-[#bcd76f] bg-[#bcd76f]"
/* SCSS */
$brand: #bcd76f;
/* SwiftUI */
Color(red: 0.737, green: 0.843, blue: 0.435)
/* Android */
Color.parseColor("#bcd76f")Accessibility — WCAG contrast
Aa
#bcd76f on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcd76f on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green84.3%
Blue43.5%
CMYK percentages
Cyan12.6%
Magenta0.0%
Yellow48.4%
Key (black)15.7%
Color previews
#bcd76f text on a black background
contrast 13.09:1
Card sample
#bcd76f text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcd76f;
Background color
Panel with #bcd76f background
background-color: #bcd76f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcd76f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 215, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 215, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcd76f; background: linear-gradient(135deg, #bcd76f, #77D76F);