#bbcf8b
a light, soft green · cool · closest name: khaki
RGB
187, 207, 139
HSL
78°, 42%, 68%
CMYK
10, 0, 33, 19
Luminance
0.5705
Every format
| HEX | #bbcf8b |
| RGB | rgb(187, 207, 139) |
| HSL | hsl(78, 42%, 68%) |
| CMYK | cmyk(10%, 0%, 33%, 19%) |
| LAB | lab(80.2 -18.0 31.6) |
| LCH | lch(80.2 36.4 119.7) |
| OKLCH | oklch(0.823 0.093 121.8) |
Copy-ready code
/* CSS */
color: #bbcf8b;
background-color: #bbcf8b;
/* Tailwind (arbitrary) */
class="text-[#bbcf8b] bg-[#bbcf8b]"
/* SCSS */
$brand: #bbcf8b;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.545)
/* Android */
Color.parseColor("#bbcf8b")Accessibility — WCAG contrast
Aa
#bbcf8b on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcf8b on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue54.5%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow32.9%
Key (black)18.8%
Color previews
#bbcf8b text on a black background
contrast 12.41:1
Card sample
#bbcf8b text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcf8b;
Background color
Panel with #bbcf8b background
background-color: #bbcf8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcf8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcf8b; background: linear-gradient(135deg, #bbcf8b, #8ECF8B);