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