#bbcfb3
a light, soft green · cool · closest name: beige
RGB
187, 207, 179
HSL
103°, 23%, 76%
CMYK
10, 0, 14, 19
Luminance
0.5845
Every format
| HEX | #bbcfb3 |
| RGB | rgb(187, 207, 179) |
| HSL | hsl(103, 23%, 76%) |
| CMYK | cmyk(10%, 0%, 14%, 19%) |
| LAB | lab(81.0 -11.9 11.7) |
| LCH | lch(81.0 16.6 135.6) |
| OKLCH | oklch(0.832 0.044 136.7) |
Copy-ready code
/* CSS */
color: #bbcfb3;
background-color: #bbcfb3;
/* Tailwind (arbitrary) */
class="text-[#bbcfb3] bg-[#bbcfb3]"
/* SCSS */
$brand: #bbcfb3;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.702)
/* Android */
Color.parseColor("#bbcfb3")Accessibility — WCAG contrast
Aa
#bbcfb3 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcfb3 on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue70.2%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow13.5%
Key (black)18.8%
Color previews
#bbcfb3 text on a black background
contrast 12.69:1
Card sample
#bbcfb3 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcfb3;
Background color
Panel with #bbcfb3 background
background-color: #bbcfb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcfb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcfb3; background: linear-gradient(135deg, #bbcfb3, #B3CFBE);