#bbcfb6
a light, soft green · cool · closest name: silver
RGB
187, 207, 182
HSL
108°, 21%, 76%
CMYK
10, 0, 12, 19
Luminance
0.5857
Every format
| HEX | #bbcfb6 |
| RGB | rgb(187, 207, 182) |
| HSL | hsl(108, 21%, 76%) |
| CMYK | cmyk(10%, 0%, 12%, 19%) |
| LAB | lab(81.0 -11.4 10.2) |
| LCH | lch(81.0 15.2 138.2) |
| OKLCH | oklch(0.833 0.041 139.4) |
Copy-ready code
/* CSS */
color: #bbcfb6;
background-color: #bbcfb6;
/* Tailwind (arbitrary) */
class="text-[#bbcfb6] bg-[#bbcfb6]"
/* SCSS */
$brand: #bbcfb6;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.714)
/* Android */
Color.parseColor("#bbcfb6")Accessibility — WCAG contrast
Aa
#bbcfb6 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcfb6 on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue71.4%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow12.1%
Key (black)18.8%
Color previews
#bbcfb6 text on a black background
contrast 12.71:1
Card sample
#bbcfb6 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcfb6;
Background color
Panel with #bbcfb6 background
background-color: #bbcfb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcfb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcfb6; background: linear-gradient(135deg, #bbcfb6, #B6CFC2);