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