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