#bccc7e
a balanced, soft green · cool · closest name: khaki
RGB
188, 204, 126
HSL
72°, 43%, 65%
CMYK
8, 0, 38, 20
Luminance
0.5538
Every format
| HEX | #bccc7e |
| RGB | rgb(188, 204, 126) |
| HSL | hsl(72, 43%, 65%) |
| CMYK | cmyk(8%, 0%, 38%, 20%) |
| LAB | lab(79.3 -17.8 37.1) |
| LCH | lch(79.3 41.1 115.6) |
| OKLCH | oklch(0.815 0.103 118.2) |
Copy-ready code
/* CSS */
color: #bccc7e;
background-color: #bccc7e;
/* Tailwind (arbitrary) */
class="text-[#bccc7e] bg-[#bccc7e]"
/* SCSS */
$brand: #bccc7e;
/* SwiftUI */
Color(red: 0.737, green: 0.800, blue: 0.494)
/* Android */
Color.parseColor("#bccc7e")Accessibility — WCAG contrast
Aa
#bccc7e on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccc7e on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.0%
Blue49.4%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow38.2%
Key (black)20.0%
Color previews
#bccc7e text on a black background
contrast 12.08:1
Card sample
#bccc7e text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccc7e;
Background color
Panel with #bccc7e background
background-color: #bccc7e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccc7e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 204, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 204, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccc7e; background: linear-gradient(135deg, #bccc7e, #88CC7E);