#b3ada2
a light, muted orange · warm · closest name: silver
RGB
179, 173, 162
HSL
39°, 10%, 67%
CMYK
0, 3, 10, 30
Luminance
0.4208
Every format
| HEX | #b3ada2 |
| RGB | rgb(179, 173, 162) |
| HSL | hsl(39, 10%, 67%) |
| CMYK | cmyk(0%, 3%, 10%, 30%) |
| LAB | lab(70.9 0.2 6.4) |
| LCH | lch(70.9 6.4 88.4) |
| OKLCH | oklch(0.750 0.017 82.8) |
Copy-ready code
/* CSS */
color: #b3ada2;
background-color: #b3ada2;
/* Tailwind (arbitrary) */
class="text-[#b3ada2] bg-[#b3ada2]"
/* SCSS */
$brand: #b3ada2;
/* SwiftUI */
Color(red: 0.702, green: 0.678, blue: 0.635)
/* Android */
Color.parseColor("#b3ada2")Accessibility — WCAG contrast
Aa
#b3ada2 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3ada2 on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green67.8%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow9.5%
Key (black)29.8%
Color previews
#b3ada2 text on a black background
contrast 9.42:1
Card sample
#b3ada2 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3ada2;
Background color
Panel with #b3ada2 background
background-color: #b3ada2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3ada2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 173, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 173, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3ada2; background: linear-gradient(135deg, #b3ada2, #AEB3A2);