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