#b0ada2
a light, muted yellow · cool · closest name: silver
RGB
176, 173, 162
HSL
47°, 8%, 66%
CMYK
0, 2, 8, 31
Luminance
0.4173
Every format
| HEX | #b0ada2 |
| RGB | rgb(176, 173, 162) |
| HSL | hsl(47, 8%, 66%) |
| CMYK | cmyk(0%, 2%, 8%, 31%) |
| LAB | lab(70.7 -0.9 6.0) |
| LCH | lch(70.7 6.1 98.6) |
| OKLCH | oklch(0.747 0.016 94.3) |
Copy-ready code
/* CSS */
color: #b0ada2;
background-color: #b0ada2;
/* Tailwind (arbitrary) */
class="text-[#b0ada2] bg-[#b0ada2]"
/* SCSS */
$brand: #b0ada2;
/* SwiftUI */
Color(red: 0.690, green: 0.678, blue: 0.635)
/* Android */
Color.parseColor("#b0ada2")Accessibility — WCAG contrast
Aa
#b0ada2 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ada2 on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green67.8%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow8.0%
Key (black)31.0%
Color previews
#b0ada2 text on a black background
contrast 9.35:1
Card sample
#b0ada2 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ada2;
Background color
Panel with #b0ada2 background
background-color: #b0ada2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ada2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 173, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 173, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ada2; background: linear-gradient(135deg, #b0ada2, #AAB0A2);