#bac3a2
a light, soft green · cool · closest name: tan
RGB
186, 195, 162
HSL
76°, 22%, 70%
CMYK
5, 0, 17, 24
Luminance
0.5208
Every format
| HEX | #bac3a2 |
| RGB | rgb(186, 195, 162) |
| HSL | hsl(76, 22%, 70%) |
| CMYK | cmyk(5%, 0%, 17%, 24%) |
| LAB | lab(77.3 -8.9 15.6) |
| LCH | lch(77.3 17.9 119.8) |
| OKLCH | oklch(0.801 0.046 119.8) |
Copy-ready code
/* CSS */
color: #bac3a2;
background-color: #bac3a2;
/* Tailwind (arbitrary) */
class="text-[#bac3a2] bg-[#bac3a2]"
/* SCSS */
$brand: #bac3a2;
/* SwiftUI */
Color(red: 0.729, green: 0.765, blue: 0.635)
/* Android */
Color.parseColor("#bac3a2")Accessibility — WCAG contrast
Aa
#bac3a2 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac3a2 on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green76.5%
Blue63.5%
CMYK percentages
Cyan4.6%
Magenta0.0%
Yellow16.9%
Key (black)23.5%
Color previews
#bac3a2 text on a black background
contrast 11.42:1
Card sample
#bac3a2 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac3a2;
Background color
Panel with #bac3a2 background
background-color: #bac3a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac3a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 195, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 195, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac3a2; background: linear-gradient(135deg, #bac3a2, #A4C3A2);