#bace9f
a light, soft green · cool · closest name: tan
RGB
186, 206, 159
HSL
86°, 32%, 72%
CMYK
10, 0, 23, 19
Luminance
0.5708
Every format
| HEX | #bace9f |
| RGB | rgb(186, 206, 159) |
| HSL | hsl(86, 32%, 72%) |
| CMYK | cmyk(10%, 0%, 23%, 19%) |
| LAB | lab(80.2 -15.0 21.2) |
| LCH | lch(80.2 26.0 125.3) |
| OKLCH | oklch(0.824 0.067 126.6) |
Copy-ready code
/* CSS */
color: #bace9f;
background-color: #bace9f;
/* Tailwind (arbitrary) */
class="text-[#bace9f] bg-[#bace9f]"
/* SCSS */
$brand: #bace9f;
/* SwiftUI */
Color(red: 0.729, green: 0.808, blue: 0.624)
/* Android */
Color.parseColor("#bace9f")Accessibility — WCAG contrast
Aa
#bace9f on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bace9f on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.8%
Blue62.4%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow22.8%
Key (black)19.2%
Color previews
#bace9f text on a black background
contrast 12.42:1
Card sample
#bace9f text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bace9f;
Background color
Panel with #bace9f background
background-color: #bace9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bace9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 206, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 206, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bace9f; background: linear-gradient(135deg, #bace9f, #9FCEA3);