#bac596
a light, soft green · cool · closest name: tan
RGB
186, 197, 150
HSL
74°, 29%, 68%
CMYK
6, 0, 24, 23
Luminance
0.5257
Every format
| HEX | #bac596 |
| RGB | rgb(186, 197, 150) |
| HSL | hsl(74, 29%, 68%) |
| CMYK | cmyk(6%, 0%, 24%, 23%) |
| LAB | lab(77.6 -11.8 22.4) |
| LCH | lch(77.6 25.3 117.8) |
| OKLCH | oklch(0.803 0.065 118.6) |
Copy-ready code
/* CSS */
color: #bac596;
background-color: #bac596;
/* Tailwind (arbitrary) */
class="text-[#bac596] bg-[#bac596]"
/* SCSS */
$brand: #bac596;
/* SwiftUI */
Color(red: 0.729, green: 0.773, blue: 0.588)
/* Android */
Color.parseColor("#bac596")Accessibility — WCAG contrast
Aa
#bac596 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac596 on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green77.3%
Blue58.8%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow23.9%
Key (black)22.7%
Color previews
#bac596 text on a black background
contrast 11.51:1
Card sample
#bac596 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac596;
Background color
Panel with #bac596 background
background-color: #bac596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 197, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 197, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac596; background: linear-gradient(135deg, #bac596, #9BC596);