#bbdf9b
a light, vivid green · cool · closest name: khaki
RGB
187, 223, 155
HSL
92°, 52%, 74%
CMYK
16, 0, 31, 13
Luminance
0.6571
Every format
| HEX | #bbdf9b |
| RGB | rgb(187, 223, 155) |
| HSL | hsl(92, 52%, 74%) |
| CMYK | cmyk(16%, 0%, 31%, 13%) |
| LAB | lab(84.8 -23.7 29.6) |
| LCH | lch(84.8 37.9 128.7) |
| OKLCH | oklch(0.861 0.098 130.9) |
Copy-ready code
/* CSS */
color: #bbdf9b;
background-color: #bbdf9b;
/* Tailwind (arbitrary) */
class="text-[#bbdf9b] bg-[#bbdf9b]"
/* SCSS */
$brand: #bbdf9b;
/* SwiftUI */
Color(red: 0.733, green: 0.875, blue: 0.608)
/* Android */
Color.parseColor("#bbdf9b")Accessibility — WCAG contrast
Aa
#bbdf9b on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbdf9b on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green87.5%
Blue60.8%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow30.5%
Key (black)12.5%
Color previews
#bbdf9b text on a black background
contrast 14.14:1
Card sample
#bbdf9b text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbdf9b;
Background color
Panel with #bbdf9b background
background-color: #bbdf9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbdf9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 223, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 223, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbdf9b; background: linear-gradient(135deg, #bbdf9b, #9BDFA8);