#baadab
a light, muted red · warm · closest name: silver
RGB
186, 173, 171
HSL
8°, 10%, 70%
CMYK
0, 7, 8, 27
Luminance
0.4327
Every format
| HEX | #baadab |
| RGB | rgb(186, 173, 171) |
| HSL | hsl(8, 10%, 70%) |
| CMYK | cmyk(0%, 7%, 8%, 27%) |
| LAB | lab(71.7 4.3 2.7) |
| LCH | lch(71.7 5.1 32.1) |
| OKLCH | oklch(0.758 0.015 28.0) |
Copy-ready code
/* CSS */
color: #baadab;
background-color: #baadab;
/* Tailwind (arbitrary) */
class="text-[#baadab] bg-[#baadab]"
/* SCSS */
$brand: #baadab;
/* SwiftUI */
Color(red: 0.729, green: 0.678, blue: 0.671)
/* Android */
Color.parseColor("#baadab")Accessibility — WCAG contrast
Aa
#baadab on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baadab on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta7.0%
Yellow8.1%
Key (black)27.1%
Color previews
#baadab text on a black background
contrast 9.65:1
Card sample
#baadab text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baadab;
Background color
Panel with #baadab background
background-color: #baadab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baadab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 173, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 173, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baadab; background: linear-gradient(135deg, #baadab, #BAB7AB);