#b2adac
a light, muted gray · warm · closest name: silver
RGB
178, 173, 172
HSL
10°, 4%, 69%
CMYK
0, 3, 3, 30
Luminance
0.4233
Every format
| HEX | #b2adac |
| RGB | rgb(178, 173, 172) |
| HSL | hsl(10, 4%, 69%) |
| CMYK | cmyk(0%, 3%, 3%, 30%) |
| LAB | lab(71.1 1.6 1.1) |
| LCH | lch(71.1 2.0 35.6) |
| OKLCH | oklch(0.751 0.006 31.1) |
Copy-ready code
/* CSS */
color: #b2adac;
background-color: #b2adac;
/* Tailwind (arbitrary) */
class="text-[#b2adac] bg-[#b2adac]"
/* SCSS */
$brand: #b2adac;
/* SwiftUI */
Color(red: 0.698, green: 0.678, blue: 0.675)
/* Android */
Color.parseColor("#b2adac")Accessibility — WCAG contrast
Aa
#b2adac on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2adac on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow3.4%
Key (black)30.2%
Color previews
#b2adac text on a black background
contrast 9.47:1
Card sample
#b2adac text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2adac;
Background color
Panel with #b2adac background
background-color: #b2adac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2adac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 173, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 173, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2adac; background: linear-gradient(135deg, #b2adac, #B2B1AC);