#bac7ae
a light, soft green · cool · closest name: silver
RGB
186, 199, 174
HSL
91°, 18%, 73%
CMYK
7, 0, 13, 22
Luminance
0.5434
Every format
| HEX | #bac7ae |
| RGB | rgb(186, 199, 174) |
| HSL | hsl(91, 18%, 73%) |
| CMYK | cmyk(7%, 0%, 13%, 22%) |
| LAB | lab(78.7 -9.0 11.0) |
| LCH | lch(78.7 14.2 129.2) |
| OKLCH | oklch(0.813 0.037 129.7) |
Copy-ready code
/* CSS */
color: #bac7ae;
background-color: #bac7ae;
/* Tailwind (arbitrary) */
class="text-[#bac7ae] bg-[#bac7ae]"
/* SCSS */
$brand: #bac7ae;
/* SwiftUI */
Color(red: 0.729, green: 0.780, blue: 0.682)
/* Android */
Color.parseColor("#bac7ae")Accessibility — WCAG contrast
Aa
#bac7ae on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac7ae on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green78.0%
Blue68.2%
CMYK percentages
Cyan6.5%
Magenta0.0%
Yellow12.6%
Key (black)22.0%
Color previews
#bac7ae text on a black background
contrast 11.87:1
Card sample
#bac7ae text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac7ae;
Background color
Panel with #bac7ae background
background-color: #bac7ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac7ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 199, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 199, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac7ae; background: linear-gradient(135deg, #bac7ae, #AEC7B3);