#bac79f
a light, soft green · cool · closest name: tan
RGB
186, 199, 159
HSL
80°, 26%, 70%
CMYK
7, 0, 20, 22
Luminance
0.5379
Every format
| HEX | #bac79f |
| RGB | rgb(186, 199, 159) |
| HSL | hsl(80, 26%, 70%) |
| CMYK | cmyk(7%, 0%, 20%, 22%) |
| LAB | lab(78.3 -11.4 18.6) |
| LCH | lch(78.3 21.8 121.6) |
| OKLCH | oklch(0.809 0.056 122.3) |
Copy-ready code
/* CSS */
color: #bac79f;
background-color: #bac79f;
/* Tailwind (arbitrary) */
class="text-[#bac79f] bg-[#bac79f]"
/* SCSS */
$brand: #bac79f;
/* SwiftUI */
Color(red: 0.729, green: 0.780, blue: 0.624)
/* Android */
Color.parseColor("#bac79f")Accessibility — WCAG contrast
Aa
#bac79f on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac79f on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green78.0%
Blue62.4%
CMYK percentages
Cyan6.5%
Magenta0.0%
Yellow20.1%
Key (black)22.0%
Color previews
#bac79f text on a black background
contrast 11.76:1
Card sample
#bac79f text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac79f;
Background color
Panel with #bac79f background
background-color: #bac79f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac79f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 199, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 199, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac79f; background: linear-gradient(135deg, #bac79f, #9FC79F);