#bbdf8c
a light, vivid green · cool · closest name: khaki
RGB
187, 223, 140
HSL
86°, 57%, 71%
CMYK
16, 0, 37, 13
Luminance
0.6523
Every format
| HEX | #bbdf8c |
| RGB | rgb(187, 223, 140) |
| HSL | hsl(86, 57%, 71%) |
| CMYK | cmyk(16%, 0%, 37%, 13%) |
| LAB | lab(84.6 -25.7 36.9) |
| LCH | lch(84.6 45.0 124.9) |
| OKLCH | oklch(0.858 0.115 127.7) |
Copy-ready code
/* CSS */
color: #bbdf8c;
background-color: #bbdf8c;
/* Tailwind (arbitrary) */
class="text-[#bbdf8c] bg-[#bbdf8c]"
/* SCSS */
$brand: #bbdf8c;
/* SwiftUI */
Color(red: 0.733, green: 0.875, blue: 0.549)
/* Android */
Color.parseColor("#bbdf8c")Accessibility — WCAG contrast
Aa
#bbdf8c on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbdf8c on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green87.5%
Blue54.9%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow37.2%
Key (black)12.5%
Color previews
#bbdf8c text on a black background
contrast 14.05:1
Card sample
#bbdf8c text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbdf8c;
Background color
Panel with #bbdf8c background
background-color: #bbdf8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbdf8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 223, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 223, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbdf8c; background: linear-gradient(135deg, #bbdf8c, #8CDF94);