#baceb8
a light, soft green · cool · closest name: silver
RGB
186, 206, 184
HSL
115°, 18%, 77%
CMYK
10, 0, 11, 19
Luminance
0.5804
Every format
| HEX | #baceb8 |
| RGB | rgb(186, 206, 184) |
| HSL | hsl(115, 18%, 77%) |
| CMYK | cmyk(10%, 0%, 11%, 19%) |
| LAB | lab(80.8 -10.8 8.7) |
| LCH | lch(80.8 13.9 141.4) |
| OKLCH | oklch(0.830 0.037 142.7) |
Copy-ready code
/* CSS */
color: #baceb8;
background-color: #baceb8;
/* Tailwind (arbitrary) */
class="text-[#baceb8] bg-[#baceb8]"
/* SCSS */
$brand: #baceb8;
/* SwiftUI */
Color(red: 0.729, green: 0.808, blue: 0.722)
/* Android */
Color.parseColor("#baceb8")Accessibility — WCAG contrast
Aa
#baceb8 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baceb8 on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.8%
Blue72.2%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow10.7%
Key (black)19.2%
Color previews
#baceb8 text on a black background
contrast 12.61:1
Card sample
#baceb8 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baceb8;
Background color
Panel with #baceb8 background
background-color: #baceb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baceb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 206, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 206, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baceb8; background: linear-gradient(135deg, #baceb8, #B8CEC5);