#bbcaba
a light, muted green · cool · closest name: silver
RGB
187, 202, 186
HSL
116°, 13%, 76%
CMYK
7, 0, 8, 21
Luminance
0.5635
Every format
| HEX | #bbcaba |
| RGB | rgb(187, 202, 186) |
| HSL | hsl(116, 13%, 76%) |
| CMYK | cmyk(7%, 0%, 8%, 21%) |
| LAB | lab(79.8 -8.1 6.2) |
| LCH | lch(79.8 10.2 142.3) |
| OKLCH | oklch(0.823 0.027 143.6) |
Copy-ready code
/* CSS */
color: #bbcaba;
background-color: #bbcaba;
/* Tailwind (arbitrary) */
class="text-[#bbcaba] bg-[#bbcaba]"
/* SCSS */
$brand: #bbcaba;
/* SwiftUI */
Color(red: 0.733, green: 0.792, blue: 0.729)
/* Android */
Color.parseColor("#bbcaba")Accessibility — WCAG contrast
Aa
#bbcaba on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcaba on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green79.2%
Blue72.9%
CMYK percentages
Cyan7.4%
Magenta0.0%
Yellow7.9%
Key (black)20.8%
Color previews
#bbcaba text on a black background
contrast 12.27:1
Card sample
#bbcaba text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcaba;
Background color
Panel with #bbcaba background
background-color: #bbcaba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcaba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 202, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 202, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcaba; background: linear-gradient(135deg, #bbcaba, #BACAC4);