#bace9d
a light, soft green · cool · closest name: tan
RGB
186, 206, 157
HSL
85°, 33%, 71%
CMYK
10, 0, 24, 19
Luminance
0.5702
Every format
| HEX | #bace9d |
| RGB | rgb(186, 206, 157) |
| HSL | hsl(85, 33%, 71%) |
| CMYK | cmyk(10%, 0%, 24%, 19%) |
| LAB | lab(80.2 -15.3 22.2) |
| LCH | lch(80.2 27.0 124.6) |
| OKLCH | oklch(0.824 0.070 125.9) |
Copy-ready code
/* CSS */
color: #bace9d;
background-color: #bace9d;
/* Tailwind (arbitrary) */
class="text-[#bace9d] bg-[#bace9d]"
/* SCSS */
$brand: #bace9d;
/* SwiftUI */
Color(red: 0.729, green: 0.808, blue: 0.616)
/* Android */
Color.parseColor("#bace9d")Accessibility — WCAG contrast
Aa
#bace9d on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bace9d on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.8%
Blue61.6%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow23.8%
Key (black)19.2%
Color previews
#bace9d text on a black background
contrast 12.40:1
Card sample
#bace9d text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bace9d;
Background color
Panel with #bace9d background
background-color: #bace9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bace9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 206, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 206, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bace9d; background: linear-gradient(135deg, #bace9d, #9DCEA1);