#bacf91
a light, soft green · cool · closest name: khaki
RGB
186, 207, 145
HSL
80°, 39%, 69%
CMYK
10, 0, 30, 19
Luminance
0.5711
Every format
| HEX | #bacf91 |
| RGB | rgb(186, 207, 145) |
| HSL | hsl(80, 39%, 69%) |
| CMYK | cmyk(10%, 0%, 30%, 19%) |
| LAB | lab(80.2 -17.6 28.6) |
| LCH | lch(80.2 33.5 121.6) |
| OKLCH | oklch(0.823 0.086 123.5) |
Copy-ready code
/* CSS */
color: #bacf91;
background-color: #bacf91;
/* Tailwind (arbitrary) */
class="text-[#bacf91] bg-[#bacf91]"
/* SCSS */
$brand: #bacf91;
/* SwiftUI */
Color(red: 0.729, green: 0.812, blue: 0.569)
/* Android */
Color.parseColor("#bacf91")Accessibility — WCAG contrast
Aa
#bacf91 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacf91 on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green81.2%
Blue56.9%
CMYK percentages
Cyan10.1%
Magenta0.0%
Yellow30.0%
Key (black)18.8%
Color previews
#bacf91 text on a black background
contrast 12.42:1
Card sample
#bacf91 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacf91;
Background color
Panel with #bacf91 background
background-color: #bacf91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacf91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 207, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 207, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacf91; background: linear-gradient(135deg, #bacf91, #91CF91);