#bace71
a balanced, vivid green · cool · closest name: khaki
RGB
186, 206, 113
HSL
73°, 49%, 63%
CMYK
10, 0, 45, 19
Luminance
0.5577
Every format
| HEX | #bace71 |
| RGB | rgb(186, 206, 113) |
| HSL | hsl(73, 49%, 63%) |
| CMYK | cmyk(10%, 0%, 45%, 19%) |
| LAB | lab(79.5 -21.0 43.8) |
| LCH | lch(79.5 48.6 115.6) |
| OKLCH | oklch(0.816 0.121 119.1) |
Copy-ready code
/* CSS */
color: #bace71;
background-color: #bace71;
/* Tailwind (arbitrary) */
class="text-[#bace71] bg-[#bace71]"
/* SCSS */
$brand: #bace71;
/* SwiftUI */
Color(red: 0.729, green: 0.808, blue: 0.443)
/* Android */
Color.parseColor("#bace71")Accessibility — WCAG contrast
Aa
#bace71 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bace71 on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.8%
Blue44.3%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow45.1%
Key (black)19.2%
Color previews
#bace71 text on a black background
contrast 12.15:1
Card sample
#bace71 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bace71;
Background color
Panel with #bace71 background
background-color: #bace71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bace71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 206, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 206, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bace71; background: linear-gradient(135deg, #bace71, #7CCE71);