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