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