#bacdb0
a light, soft green · cool · closest name: silver
RGB
186, 205, 176
HSL
99°, 23%, 75%
CMYK
9, 0, 14, 20
Luminance
0.5724
Every format
| HEX | #bacdb0 |
| RGB | rgb(186, 205, 176) |
| HSL | hsl(99, 23%, 75%) |
| CMYK | cmyk(9%, 0%, 14%, 20%) |
| LAB | lab(80.3 -11.7 12.3) |
| LCH | lch(80.3 17.0 133.7) |
| OKLCH | oklch(0.826 0.045 134.7) |
Copy-ready code
/* CSS */
color: #bacdb0;
background-color: #bacdb0;
/* Tailwind (arbitrary) */
class="text-[#bacdb0] bg-[#bacdb0]"
/* SCSS */
$brand: #bacdb0;
/* SwiftUI */
Color(red: 0.729, green: 0.804, blue: 0.690)
/* Android */
Color.parseColor("#bacdb0")Accessibility — WCAG contrast
Aa
#bacdb0 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacdb0 on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.4%
Blue69.0%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow14.1%
Key (black)19.6%
Color previews
#bacdb0 text on a black background
contrast 12.45:1
Card sample
#bacdb0 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacdb0;
Background color
Panel with #bacdb0 background
background-color: #bacdb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacdb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 205, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 205, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacdb0; background: linear-gradient(135deg, #bacdb0, #B0CDB9);