#b5baac
a light, muted green · cool · closest name: silver
RGB
181, 186, 172
HSL
81°, 9%, 70%
CMYK
3, 0, 8, 27
Luminance
0.4792
Every format
| HEX | #b5baac |
| RGB | rgb(181, 186, 172) |
| HSL | hsl(81, 9%, 70%) |
| CMYK | cmyk(3%, 0%, 8%, 27%) |
| LAB | lab(74.8 -4.3 6.5) |
| LCH | lch(74.8 7.8 123.5) |
| OKLCH | oklch(0.781 0.020 122.9) |
Copy-ready code
/* CSS */
color: #b5baac;
background-color: #b5baac;
/* Tailwind (arbitrary) */
class="text-[#b5baac] bg-[#b5baac]"
/* SCSS */
$brand: #b5baac;
/* SwiftUI */
Color(red: 0.710, green: 0.729, blue: 0.675)
/* Android */
Color.parseColor("#b5baac")Accessibility — WCAG contrast
Aa
#b5baac on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5baac on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green72.9%
Blue67.5%
CMYK percentages
Cyan2.7%
Magenta0.0%
Yellow7.5%
Key (black)27.1%
Color previews
#b5baac text on a black background
contrast 10.58:1
Card sample
#b5baac text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5baac;
Background color
Panel with #b5baac background
background-color: #b5baac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5baac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 186, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 186, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5baac; background: linear-gradient(135deg, #b5baac, #ACBAAC);