#bbcd7f
a light, soft green · cool · closest name: khaki
RGB
187, 205, 127
HSL
74°, 44%, 65%
CMYK
9, 0, 38, 20
Luminance
0.5576
Every format
| HEX | #bbcd7f |
| RGB | rgb(187, 205, 127) |
| HSL | hsl(74, 44%, 65%) |
| CMYK | cmyk(9%, 0%, 38%, 20%) |
| LAB | lab(79.5 -18.5 36.8) |
| LCH | lch(79.5 41.2 116.7) |
| OKLCH | oklch(0.817 0.104 119.4) |
Copy-ready code
/* CSS */
color: #bbcd7f;
background-color: #bbcd7f;
/* Tailwind (arbitrary) */
class="text-[#bbcd7f] bg-[#bbcd7f]"
/* SCSS */
$brand: #bbcd7f;
/* SwiftUI */
Color(red: 0.733, green: 0.804, blue: 0.498)
/* Android */
Color.parseColor("#bbcd7f")Accessibility — WCAG contrast
Aa
#bbcd7f on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcd7f on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.4%
Blue49.8%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow38.0%
Key (black)19.6%
Color previews
#bbcd7f text on a black background
contrast 12.15:1
Card sample
#bbcd7f text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcd7f;
Background color
Panel with #bbcd7f background
background-color: #bbcd7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcd7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 205, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 205, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcd7f; background: linear-gradient(135deg, #bbcd7f, #87CD7F);