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