#bbcf9b
a light, soft green · cool · closest name: tan
RGB
187, 207, 155
HSL
83°, 35%, 71%
CMYK
10, 0, 25, 19
Luminance
0.5756
Every format
| HEX | #bbcf9b |
| RGB | rgb(187, 207, 155) |
| HSL | hsl(83, 35%, 71%) |
| CMYK | cmyk(10%, 0%, 25%, 19%) |
| LAB | lab(80.5 -15.8 23.7) |
| LCH | lch(80.5 28.4 123.6) |
| OKLCH | oklch(0.826 0.073 125.1) |
Copy-ready code
/* CSS */
color: #bbcf9b;
background-color: #bbcf9b;
/* Tailwind (arbitrary) */
class="text-[#bbcf9b] bg-[#bbcf9b]"
/* SCSS */
$brand: #bbcf9b;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.608)
/* Android */
Color.parseColor("#bbcf9b")Accessibility — WCAG contrast
Aa
#bbcf9b on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcf9b on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue60.8%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow25.1%
Key (black)18.8%
Color previews
#bbcf9b text on a black background
contrast 12.51:1
Card sample
#bbcf9b text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcf9b;
Background color
Panel with #bbcf9b background
background-color: #bbcf9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcf9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcf9b; background: linear-gradient(135deg, #bbcf9b, #9BCF9E);