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