#bcd760
a balanced, vivid green · cool · closest name: khaki
RGB
188, 215, 96
HSL
74°, 60%, 61%
CMYK
13, 0, 55, 16
Luminance
0.6014
Every format
| HEX | #bcd760 |
| RGB | rgb(188, 215, 96) |
| HSL | hsl(74, 60%, 61%) |
| CMYK | cmyk(13%, 0%, 55%, 16%) |
| LAB | lab(81.9 -26.2 54.8) |
| LCH | lch(81.9 60.7 115.6) |
| OKLCH | oklch(0.835 0.148 120.4) |
Copy-ready code
/* CSS */
color: #bcd760;
background-color: #bcd760;
/* Tailwind (arbitrary) */
class="text-[#bcd760] bg-[#bcd760]"
/* SCSS */
$brand: #bcd760;
/* SwiftUI */
Color(red: 0.737, green: 0.843, blue: 0.376)
/* Android */
Color.parseColor("#bcd760")Accessibility — WCAG contrast
Aa
#bcd760 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcd760 on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green84.3%
Blue37.6%
CMYK percentages
Cyan12.6%
Magenta0.0%
Yellow55.3%
Key (black)15.7%
Color previews
#bcd760 text on a black background
contrast 13.03:1
Card sample
#bcd760 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcd760;
Background color
Panel with #bcd760 background
background-color: #bcd760;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcd760;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 215, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 215, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcd760; background: linear-gradient(135deg, #bcd760, #6DD760);