#bbcaab
a light, soft green · cool · closest name: silver
RGB
187, 202, 171
HSL
89°, 23%, 73%
CMYK
7, 0, 15, 21
Luminance
0.5575
Every format
| HEX | #bbcaab |
| RGB | rgb(187, 202, 171) |
| HSL | hsl(89, 23%, 73%) |
| CMYK | cmyk(7%, 0%, 15%, 21%) |
| LAB | lab(79.5 -10.7 13.8) |
| LCH | lch(79.5 17.4 127.8) |
| OKLCH | oklch(0.819 0.045 128.5) |
Copy-ready code
/* CSS */
color: #bbcaab;
background-color: #bbcaab;
/* Tailwind (arbitrary) */
class="text-[#bbcaab] bg-[#bbcaab]"
/* SCSS */
$brand: #bbcaab;
/* SwiftUI */
Color(red: 0.733, green: 0.792, blue: 0.671)
/* Android */
Color.parseColor("#bbcaab")Accessibility — WCAG contrast
Aa
#bbcaab on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcaab on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green79.2%
Blue67.1%
CMYK percentages
Cyan7.4%
Magenta0.0%
Yellow15.3%
Key (black)20.8%
Color previews
#bbcaab text on a black background
contrast 12.15:1
Card sample
#bbcaab text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcaab;
Background color
Panel with #bbcaab background
background-color: #bbcaab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcaab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 202, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 202, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcaab; background: linear-gradient(135deg, #bbcaab, #ABCAB0);