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