#bbcf6b
a balanced, vivid green · cool · closest name: khaki
RGB
187, 207, 107
HSL
72°, 51%, 62%
CMYK
10, 0, 48, 19
Luminance
0.5625
Every format
| HEX | #bbcf6b |
| RGB | rgb(187, 207, 107) |
| HSL | hsl(72, 51%, 62%) |
| CMYK | cmyk(10%, 0%, 48%, 19%) |
| LAB | lab(79.8 -21.7 47.1) |
| LCH | lch(79.8 51.9 114.8) |
| OKLCH | oklch(0.818 0.128 118.6) |
Copy-ready code
/* CSS */
color: #bbcf6b;
background-color: #bbcf6b;
/* Tailwind (arbitrary) */
class="text-[#bbcf6b] bg-[#bbcf6b]"
/* SCSS */
$brand: #bbcf6b;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.420)
/* Android */
Color.parseColor("#bbcf6b")Accessibility — WCAG contrast
Aa
#bbcf6b on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcf6b on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue42.0%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow48.3%
Key (black)18.8%
Color previews
#bbcf6b text on a black background
contrast 12.25:1
Card sample
#bbcf6b text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcf6b;
Background color
Panel with #bbcf6b background
background-color: #bbcf6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcf6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcf6b; background: linear-gradient(135deg, #bbcf6b, #78CF6B);