#bbcd6b
a balanced, vivid green · cool · closest name: khaki
RGB
187, 205, 107
HSL
71°, 50%, 61%
CMYK
9, 0, 48, 20
Luminance
0.5529
Every format
| HEX | #bbcd6b |
| RGB | rgb(187, 205, 107) |
| HSL | hsl(71, 50%, 61%) |
| CMYK | cmyk(9%, 0%, 48%, 20%) |
| LAB | lab(79.2 -20.7 46.4) |
| LCH | lch(79.2 50.8 114.1) |
| OKLCH | oklch(0.814 0.125 117.9) |
Copy-ready code
/* CSS */
color: #bbcd6b;
background-color: #bbcd6b;
/* Tailwind (arbitrary) */
class="text-[#bbcd6b] bg-[#bbcd6b]"
/* SCSS */
$brand: #bbcd6b;
/* SwiftUI */
Color(red: 0.733, green: 0.804, blue: 0.420)
/* Android */
Color.parseColor("#bbcd6b")Accessibility — WCAG contrast
Aa
#bbcd6b on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcd6b on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.4%
Blue42.0%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow47.8%
Key (black)19.6%
Color previews
#bbcd6b text on a black background
contrast 12.06:1
Card sample
#bbcd6b text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcd6b;
Background color
Panel with #bbcd6b background
background-color: #bbcd6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcd6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 205, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 205, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcd6b; background: linear-gradient(135deg, #bbcd6b, #7ACD6B);