#baaeb2
a light, muted magenta / pink · warm · closest name: silver
RGB
186, 174, 178
HSL
340°, 8%, 71%
CMYK
0, 7, 4, 27
Luminance
0.4393
Every format
| HEX | #baaeb2 |
| RGB | rgb(186, 174, 178) |
| HSL | hsl(340, 8%, 71%) |
| CMYK | cmyk(0%, 7%, 4%, 27%) |
| LAB | lab(72.2 5.0 -0.5) |
| LCH | lch(72.2 5.0 354.3) |
| OKLCH | oklch(0.762 0.015 355.1) |
Copy-ready code
/* CSS */
color: #baaeb2;
background-color: #baaeb2;
/* Tailwind (arbitrary) */
class="text-[#baaeb2] bg-[#baaeb2]"
/* SCSS */
$brand: #baaeb2;
/* SwiftUI */
Color(red: 0.729, green: 0.682, blue: 0.698)
/* Android */
Color.parseColor("#baaeb2")Accessibility — WCAG contrast
Aa
#baaeb2 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baaeb2 on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green68.2%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta6.5%
Yellow4.3%
Key (black)27.1%
Color previews
#baaeb2 text on a black background
contrast 9.79:1
Card sample
#baaeb2 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baaeb2;
Background color
Panel with #baaeb2 background
background-color: #baaeb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baaeb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 174, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 174, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baaeb2; background: linear-gradient(135deg, #baaeb2, #BAB2AE);