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