#bbcbaf
a light, soft green · cool · closest name: silver
RGB
187, 203, 175
HSL
94°, 21%, 74%
CMYK
8, 0, 14, 20
Luminance
0.5637
Every format
| HEX | #bbcbaf |
| RGB | rgb(187, 203, 175) |
| HSL | hsl(94, 21%, 74%) |
| CMYK | cmyk(8%, 0%, 14%, 20%) |
| LAB | lab(79.8 -10.5 12.1) |
| LCH | lch(79.8 16.1 130.9) |
| OKLCH | oklch(0.822 0.042 131.7) |
Copy-ready code
/* CSS */
color: #bbcbaf;
background-color: #bbcbaf;
/* Tailwind (arbitrary) */
class="text-[#bbcbaf] bg-[#bbcbaf]"
/* SCSS */
$brand: #bbcbaf;
/* SwiftUI */
Color(red: 0.733, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#bbcbaf")Accessibility — WCAG contrast
Aa
#bbcbaf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcbaf on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green79.6%
Blue68.6%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#bbcbaf text on a black background
contrast 12.27:1
Card sample
#bbcbaf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcbaf;
Background color
Panel with #bbcbaf background
background-color: #bbcbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcbaf; background: linear-gradient(135deg, #bbcbaf, #AFCBB6);