#bccb7f
a balanced, soft green · cool · closest name: khaki
RGB
188, 203, 127
HSL
72°, 42%, 65%
CMYK
7, 0, 37, 20
Luminance
0.5494
Every format
| HEX | #bccb7f |
| RGB | rgb(188, 203, 127) |
| HSL | hsl(72, 42%, 65%) |
| CMYK | cmyk(7%, 0%, 37%, 20%) |
| LAB | lab(79.0 -17.1 36.2) |
| LCH | lch(79.0 40.1 115.3) |
| OKLCH | oklch(0.813 0.101 117.8) |
Copy-ready code
/* CSS */
color: #bccb7f;
background-color: #bccb7f;
/* Tailwind (arbitrary) */
class="text-[#bccb7f] bg-[#bccb7f]"
/* SCSS */
$brand: #bccb7f;
/* SwiftUI */
Color(red: 0.737, green: 0.796, blue: 0.498)
/* Android */
Color.parseColor("#bccb7f")Accessibility — WCAG contrast
Aa
#bccb7f on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccb7f on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green79.6%
Blue49.8%
CMYK percentages
Cyan7.4%
Magenta0.0%
Yellow37.4%
Key (black)20.4%
Color previews
#bccb7f text on a black background
contrast 11.99:1
Card sample
#bccb7f text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccb7f;
Background color
Panel with #bccb7f background
background-color: #bccb7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccb7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 203, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 203, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccb7f; background: linear-gradient(135deg, #bccb7f, #89CB7F);