#bccc8f
a light, soft green · cool · closest name: khaki
RGB
188, 204, 143
HSL
76°, 37%, 68%
CMYK
8, 0, 30, 20
Luminance
0.5586
Every format
| HEX | #bccc8f |
| RGB | rgb(188, 204, 143) |
| HSL | hsl(76, 37%, 68%) |
| CMYK | cmyk(8%, 0%, 30%, 20%) |
| LAB | lab(79.5 -15.6 28.7) |
| LCH | lch(79.5 32.6 118.5) |
| OKLCH | oklch(0.818 0.083 120.2) |
Copy-ready code
/* CSS */
color: #bccc8f;
background-color: #bccc8f;
/* Tailwind (arbitrary) */
class="text-[#bccc8f] bg-[#bccc8f]"
/* SCSS */
$brand: #bccc8f;
/* SwiftUI */
Color(red: 0.737, green: 0.800, blue: 0.561)
/* Android */
Color.parseColor("#bccc8f")Accessibility — WCAG contrast
Aa
#bccc8f on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccc8f on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.0%
Blue56.1%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow29.9%
Key (black)20.0%
Color previews
#bccc8f text on a black background
contrast 12.17:1
Card sample
#bccc8f text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccc8f;
Background color
Panel with #bccc8f background
background-color: #bccc8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccc8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 204, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 204, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccc8f; background: linear-gradient(135deg, #bccc8f, #93CC8F);