#b0baac
a light, muted green · cool · closest name: silver
RGB
176, 186, 172
HSL
103°, 9%, 70%
CMYK
5, 0, 8, 27
Luminance
0.4733
Every format
| HEX | #b0baac |
| RGB | rgb(176, 186, 172) |
| HSL | hsl(103, 9%, 70%) |
| CMYK | cmyk(5%, 0%, 8%, 27%) |
| LAB | lab(74.4 -6.1 5.9) |
| LCH | lch(74.4 8.5 135.9) |
| OKLCH | oklch(0.777 0.022 136.6) |
Copy-ready code
/* CSS */
color: #b0baac;
background-color: #b0baac;
/* Tailwind (arbitrary) */
class="text-[#b0baac] bg-[#b0baac]"
/* SCSS */
$brand: #b0baac;
/* SwiftUI */
Color(red: 0.690, green: 0.729, blue: 0.675)
/* Android */
Color.parseColor("#b0baac")Accessibility — WCAG contrast
Aa
#b0baac on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0baac on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green72.9%
Blue67.5%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow7.5%
Key (black)27.1%
Color previews
#b0baac text on a black background
contrast 10.47:1
Card sample
#b0baac text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0baac;
Background color
Panel with #b0baac background
background-color: #b0baac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0baac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 186, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 186, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0baac; background: linear-gradient(135deg, #b0baac, #ACBAB1);