#bacdbf
a light, soft green · cool · closest name: silver
RGB
186, 205, 191
HSL
136°, 16%, 77%
CMYK
9, 0, 7, 20
Luminance
0.5786
Every format
| HEX | #bacdbf |
| RGB | rgb(186, 205, 191) |
| HSL | hsl(136, 16%, 77%) |
| CMYK | cmyk(9%, 0%, 7%, 20%) |
| LAB | lab(80.7 -9.1 4.8) |
| LCH | lch(80.7 10.3 152.2) |
| OKLCH | oklch(0.830 0.028 153.8) |
Copy-ready code
/* CSS */
color: #bacdbf;
background-color: #bacdbf;
/* Tailwind (arbitrary) */
class="text-[#bacdbf] bg-[#bacdbf]"
/* SCSS */
$brand: #bacdbf;
/* SwiftUI */
Color(red: 0.729, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#bacdbf")Accessibility — WCAG contrast
Aa
#bacdbf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bacdbf on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.4%
Blue74.9%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow6.8%
Key (black)19.6%
Color previews
#bacdbf text on a black background
contrast 12.57:1
Card sample
#bacdbf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bacdbf;
Background color
Panel with #bacdbf background
background-color: #bacdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bacdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bacdbf; background: linear-gradient(135deg, #bacdbf, #BACDCC);