#baac9c
a light, soft orange · warm · closest name: silver
RGB
186, 172, 156
HSL
32°, 18%, 67%
CMYK
0, 8, 16, 27
Luminance
0.4234
Every format
| HEX | #baac9c |
| RGB | rgb(186, 172, 156) |
| HSL | hsl(32, 18%, 67%) |
| CMYK | cmyk(0%, 8%, 16%, 27%) |
| LAB | lab(71.1 2.3 10.1) |
| LCH | lch(71.1 10.3 76.9) |
| OKLCH | oklch(0.752 0.028 71.1) |
Copy-ready code
/* CSS */
color: #baac9c;
background-color: #baac9c;
/* Tailwind (arbitrary) */
class="text-[#baac9c] bg-[#baac9c]"
/* SCSS */
$brand: #baac9c;
/* SwiftUI */
Color(red: 0.729, green: 0.675, blue: 0.612)
/* Android */
Color.parseColor("#baac9c")Accessibility — WCAG contrast
Aa
#baac9c on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baac9c on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.5%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow16.1%
Key (black)27.1%
Color previews
#baac9c text on a black background
contrast 9.47:1
Card sample
#baac9c text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baac9c;
Background color
Panel with #baac9c background
background-color: #baac9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baac9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 172, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 172, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baac9c; background: linear-gradient(135deg, #baac9c, #B4BA9C);