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