#bace6d
a balanced, vivid green · cool · closest name: khaki
RGB
186, 206, 109
HSL
72°, 50%, 62%
CMYK
10, 0, 47, 19
Luminance
0.5569
Every format
| HEX | #bace6d |
| RGB | rgb(186, 206, 109) |
| HSL | hsl(72, 50%, 62%) |
| CMYK | cmyk(10%, 0%, 47%, 19%) |
| LAB | lab(79.4 -21.4 45.7) |
| LCH | lch(79.4 50.5 115.1) |
| OKLCH | oklch(0.815 0.125 118.8) |
Copy-ready code
/* CSS */
color: #bace6d;
background-color: #bace6d;
/* Tailwind (arbitrary) */
class="text-[#bace6d] bg-[#bace6d]"
/* SCSS */
$brand: #bace6d;
/* SwiftUI */
Color(red: 0.729, green: 0.808, blue: 0.427)
/* Android */
Color.parseColor("#bace6d")Accessibility — WCAG contrast
Aa
#bace6d on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bace6d on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.8%
Blue42.7%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow47.1%
Key (black)19.2%
Color previews
#bace6d text on a black background
contrast 12.14:1
Card sample
#bace6d text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bace6d;
Background color
Panel with #bace6d background
background-color: #bace6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bace6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 206, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 206, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bace6d; background: linear-gradient(135deg, #bace6d, #79CE6D);