#bacf89
a light, soft green · cool · closest name: khaki
RGB
186, 207, 137
HSL
78°, 42%, 68%
CMYK
10, 0, 34, 19
Luminance
0.5687
Every format
| HEX | #bacf89 |
| RGB | rgb(186, 207, 137) |
| HSL | hsl(78, 42%, 68%) |
| CMYK | cmyk(10%, 0%, 34%, 19%) |
| LAB | lab(80.1 -18.6 32.5) |
| LCH | lch(80.1 37.5 119.8) |
| OKLCH | oklch(0.822 0.095 122.1) |
Copy-ready code
/* CSS */
color: #bacf89;
background-color: #bacf89;
/* Tailwind (arbitrary) */
class="text-[#bacf89] bg-[#bacf89]"
/* SCSS */
$brand: #bacf89;
/* SwiftUI */
Color(red: 0.729, green: 0.812, blue: 0.537)
/* Android */
Color.parseColor("#bacf89")Accessibility — WCAG contrast
Aa
#bacf89 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacf89 on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green81.2%
Blue53.7%
CMYK percentages
Cyan10.1%
Magenta0.0%
Yellow33.8%
Key (black)18.8%
Color previews
#bacf89 text on a black background
contrast 12.37:1
Card sample
#bacf89 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacf89;
Background color
Panel with #bacf89 background
background-color: #bacf89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacf89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 207, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 207, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacf89; background: linear-gradient(135deg, #bacf89, #8BCF89);