#bacdb2
a light, soft green · cool · closest name: silver
RGB
186, 205, 178
HSL
102°, 21%, 75%
CMYK
9, 0, 13, 20
Luminance
0.5732
Every format
| HEX | #bacdb2 |
| RGB | rgb(186, 205, 178) |
| HSL | hsl(102, 21%, 75%) |
| CMYK | cmyk(9%, 0%, 13%, 20%) |
| LAB | lab(80.4 -11.4 11.3) |
| LCH | lch(80.4 16.0 135.3) |
| OKLCH | oklch(0.827 0.042 136.3) |
Copy-ready code
/* CSS */
color: #bacdb2;
background-color: #bacdb2;
/* Tailwind (arbitrary) */
class="text-[#bacdb2] bg-[#bacdb2]"
/* SCSS */
$brand: #bacdb2;
/* SwiftUI */
Color(red: 0.729, green: 0.804, blue: 0.698)
/* Android */
Color.parseColor("#bacdb2")Accessibility — WCAG contrast
Aa
#bacdb2 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacdb2 on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.4%
Blue69.8%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow13.2%
Key (black)19.6%
Color previews
#bacdb2 text on a black background
contrast 12.46:1
Card sample
#bacdb2 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacdb2;
Background color
Panel with #bacdb2 background
background-color: #bacdb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacdb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 205, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 205, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacdb2; background: linear-gradient(135deg, #bacdb2, #B2CDBC);