#bac9b2
a light, soft green · cool · closest name: silver
RGB
186, 201, 178
HSL
99°, 18%, 74%
CMYK
8, 0, 11, 21
Luminance
0.5543
Every format
| HEX | #bac9b2 |
| RGB | rgb(186, 201, 178) |
| HSL | hsl(99, 18%, 74%) |
| CMYK | cmyk(8%, 0%, 11%, 21%) |
| LAB | lab(79.3 -9.3 9.8) |
| LCH | lch(79.3 13.5 133.7) |
| OKLCH | oklch(0.818 0.036 134.5) |
Copy-ready code
/* CSS */
color: #bac9b2;
background-color: #bac9b2;
/* Tailwind (arbitrary) */
class="text-[#bac9b2] bg-[#bac9b2]"
/* SCSS */
$brand: #bac9b2;
/* SwiftUI */
Color(red: 0.729, green: 0.788, blue: 0.698)
/* Android */
Color.parseColor("#bac9b2")Accessibility — WCAG contrast
Aa
#bac9b2 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bac9b2 on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green78.8%
Blue69.8%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow11.4%
Key (black)21.2%
Color previews
#bac9b2 text on a black background
contrast 12.09:1
Card sample
#bac9b2 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bac9b2;
Background color
Panel with #bac9b2 background
background-color: #bac9b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bac9b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 201, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 201, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bac9b2; background: linear-gradient(135deg, #bac9b2, #B2C9B9);