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