#bace5b
a balanced, vivid green · cool · closest name: khaki
RGB
186, 206, 91
HSL
70°, 54%, 58%
CMYK
10, 0, 56, 19
Luminance
0.5534
Every format
| HEX | #bace5b |
| RGB | rgb(186, 206, 91) |
| HSL | hsl(70, 54%, 58%) |
| CMYK | cmyk(10%, 0%, 56%, 19%) |
| LAB | lab(79.2 -23.1 53.9) |
| LCH | lch(79.2 58.7 113.2) |
| OKLCH | oklch(0.813 0.142 117.9) |
Copy-ready code
/* CSS */
color: #bace5b;
background-color: #bace5b;
/* Tailwind (arbitrary) */
class="text-[#bace5b] bg-[#bace5b]"
/* SCSS */
$brand: #bace5b;
/* SwiftUI */
Color(red: 0.729, green: 0.808, blue: 0.357)
/* Android */
Color.parseColor("#bace5b")Accessibility — WCAG contrast
Aa
#bace5b on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bace5b on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.8%
Blue35.7%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow55.8%
Key (black)19.2%
Color previews
#bace5b text on a black background
contrast 12.07:1
Card sample
#bace5b text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bace5b;
Background color
Panel with #bace5b background
background-color: #bace5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bace5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 206, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 206, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bace5b; background: linear-gradient(135deg, #bace5b, #6DCE5B);