#bace8f
a light, soft green · cool · closest name: khaki
RGB
186, 206, 143
HSL
79°, 39%, 68%
CMYK
10, 0, 31, 19
Luminance
0.5656
Every format
| HEX | #bace8f |
| RGB | rgb(186, 206, 143) |
| HSL | hsl(79, 39%, 68%) |
| CMYK | cmyk(10%, 0%, 31%, 19%) |
| LAB | lab(79.9 -17.3 29.2) |
| LCH | lch(79.9 33.9 120.7) |
| OKLCH | oklch(0.821 0.087 122.6) |
Copy-ready code
/* CSS */
color: #bace8f;
background-color: #bace8f;
/* Tailwind (arbitrary) */
class="text-[#bace8f] bg-[#bace8f]"
/* SCSS */
$brand: #bace8f;
/* SwiftUI */
Color(red: 0.729, green: 0.808, blue: 0.561)
/* Android */
Color.parseColor("#bace8f")Accessibility — WCAG contrast
Aa
#bace8f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bace8f on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.8%
Blue56.1%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow30.6%
Key (black)19.2%
Color previews
#bace8f text on a black background
contrast 12.31:1
Card sample
#bace8f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bace8f;
Background color
Panel with #bace8f background
background-color: #bace8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bace8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 206, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 206, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bace8f; background: linear-gradient(135deg, #bace8f, #90CE8F);