#bace86
a light, soft green · cool · closest name: khaki
RGB
186, 206, 134
HSL
77°, 42%, 67%
CMYK
10, 0, 35, 19
Luminance
0.5630
Every format
| HEX | #bace86 |
| RGB | rgb(186, 206, 134) |
| HSL | hsl(77, 42%, 67%) |
| CMYK | cmyk(10%, 0%, 35%, 19%) |
| LAB | lab(79.8 -18.5 33.6) |
| LCH | lch(79.8 38.4 118.9) |
| OKLCH | oklch(0.819 0.097 121.2) |
Copy-ready code
/* CSS */
color: #bace86;
background-color: #bace86;
/* Tailwind (arbitrary) */
class="text-[#bace86] bg-[#bace86]"
/* SCSS */
$brand: #bace86;
/* SwiftUI */
Color(red: 0.729, green: 0.808, blue: 0.525)
/* Android */
Color.parseColor("#bace86")Accessibility — WCAG contrast
Aa
#bace86 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bace86 on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.8%
Blue52.5%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow35.0%
Key (black)19.2%
Color previews
#bace86 text on a black background
contrast 12.26:1
Card sample
#bace86 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bace86;
Background color
Panel with #bace86 background
background-color: #bace86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bace86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 206, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 206, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bace86; background: linear-gradient(135deg, #bace86, #8ACE86);