#bbcc9f
a light, soft green · cool · closest name: tan
RGB
187, 204, 159
HSL
83°, 31%, 71%
CMYK
8, 0, 22, 20
Luminance
0.5625
Every format
| HEX | #bbcc9f |
| RGB | rgb(187, 204, 159) |
| HSL | hsl(83, 31%, 71%) |
| CMYK | cmyk(8%, 0%, 22%, 20%) |
| LAB | lab(79.8 -13.6 20.6) |
| LCH | lch(79.8 24.7 123.6) |
| OKLCH | oklch(0.821 0.064 124.6) |
Copy-ready code
/* CSS */
color: #bbcc9f;
background-color: #bbcc9f;
/* Tailwind (arbitrary) */
class="text-[#bbcc9f] bg-[#bbcc9f]"
/* SCSS */
$brand: #bbcc9f;
/* SwiftUI */
Color(red: 0.733, green: 0.800, blue: 0.624)
/* Android */
Color.parseColor("#bbcc9f")Accessibility — WCAG contrast
Aa
#bbcc9f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcc9f on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.0%
Blue62.4%
CMYK percentages
Cyan8.3%
Magenta0.0%
Yellow22.1%
Key (black)20.0%
Color previews
#bbcc9f text on a black background
contrast 12.25:1
Card sample
#bbcc9f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcc9f;
Background color
Panel with #bbcc9f background
background-color: #bbcc9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcc9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 204, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 204, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcc9f; background: linear-gradient(135deg, #bbcc9f, #9FCCA1);