#b4baad
a light, muted green · cool · closest name: silver
RGB
180, 186, 173
HSL
88°, 9%, 70%
CMYK
3, 0, 7, 27
Luminance
0.4784
Every format
| HEX | #b4baad |
| RGB | rgb(180, 186, 173) |
| HSL | hsl(88, 9%, 70%) |
| CMYK | cmyk(3%, 0%, 7%, 27%) |
| LAB | lab(74.7 -4.5 5.9) |
| LCH | lch(74.7 7.4 127.4) |
| OKLCH | oklch(0.780 0.019 127.2) |
Copy-ready code
/* CSS */
color: #b4baad;
background-color: #b4baad;
/* Tailwind (arbitrary) */
class="text-[#b4baad] bg-[#b4baad]"
/* SCSS */
$brand: #b4baad;
/* SwiftUI */
Color(red: 0.706, green: 0.729, blue: 0.678)
/* Android */
Color.parseColor("#b4baad")Accessibility — WCAG contrast
Aa
#b4baad on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4baad on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green72.9%
Blue67.8%
CMYK percentages
Cyan3.2%
Magenta0.0%
Yellow7.0%
Key (black)27.1%
Color previews
#b4baad text on a black background
contrast 10.57:1
Card sample
#b4baad text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4baad;
Background color
Panel with #b4baad background
background-color: #b4baad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4baad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 186, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 186, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4baad; background: linear-gradient(135deg, #b4baad, #ADBAAF);