#bace5f
a balanced, vivid green · cool · closest name: khaki
RGB
186, 206, 95
HSL
71°, 53%, 59%
CMYK
10, 0, 54, 19
Luminance
0.5541
Every format
| HEX | #bace5f |
| RGB | rgb(186, 206, 95) |
| HSL | hsl(71, 53%, 59%) |
| CMYK | cmyk(10%, 0%, 54%, 19%) |
| LAB | lab(79.3 -22.8 52.1) |
| LCH | lch(79.3 56.9 113.6) |
| OKLCH | oklch(0.814 0.139 118.1) |
Copy-ready code
/* CSS */
color: #bace5f;
background-color: #bace5f;
/* Tailwind (arbitrary) */
class="text-[#bace5f] bg-[#bace5f]"
/* SCSS */
$brand: #bace5f;
/* SwiftUI */
Color(red: 0.729, green: 0.808, blue: 0.373)
/* Android */
Color.parseColor("#bace5f")Accessibility — WCAG contrast
Aa
#bace5f on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bace5f on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.8%
Blue37.3%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow53.9%
Key (black)19.2%
Color previews
#bace5f text on a black background
contrast 12.08:1
Card sample
#bace5f text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bace5f;
Background color
Panel with #bace5f background
background-color: #bace5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bace5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 206, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 206, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bace5f; background: linear-gradient(135deg, #bace5f, #70CE5F);