#bac4af
a light, soft green · cool · closest name: silver
RGB
186, 196, 175
HSL
89°, 15%, 73%
CMYK
5, 0, 11, 23
Luminance
0.5301
Every format
| HEX | #bac4af |
| RGB | rgb(186, 196, 175) |
| HSL | hsl(89, 15%, 73%) |
| CMYK | cmyk(5%, 0%, 11%, 23%) |
| LAB | lab(77.9 -7.3 9.4) |
| LCH | lch(77.9 11.8 127.8) |
| OKLCH | oklch(0.807 0.031 128.0) |
Copy-ready code
/* CSS */
color: #bac4af;
background-color: #bac4af;
/* Tailwind (arbitrary) */
class="text-[#bac4af] bg-[#bac4af]"
/* SCSS */
$brand: #bac4af;
/* SwiftUI */
Color(red: 0.729, green: 0.769, blue: 0.686)
/* Android */
Color.parseColor("#bac4af")Accessibility — WCAG contrast
Aa
#bac4af on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac4af on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green76.9%
Blue68.6%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow10.7%
Key (black)23.1%
Color previews
#bac4af text on a black background
contrast 11.60:1
Card sample
#bac4af text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac4af;
Background color
Panel with #bac4af background
background-color: #bac4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 196, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 196, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac4af; background: linear-gradient(135deg, #bac4af, #AFC4B2);