#baccbf
a light, soft green · cool · closest name: silver
RGB
186, 204, 191
HSL
137°, 15%, 77%
CMYK
9, 0, 6, 20
Luminance
0.5739
Every format
| HEX | #baccbf |
| RGB | rgb(186, 204, 191) |
| HSL | hsl(137, 15%, 77%) |
| CMYK | cmyk(9%, 0%, 6%, 20%) |
| LAB | lab(80.4 -8.6 4.4) |
| LCH | lch(80.4 9.6 152.8) |
| OKLCH | oklch(0.828 0.026 154.4) |
Copy-ready code
/* CSS */
color: #baccbf;
background-color: #baccbf;
/* Tailwind (arbitrary) */
class="text-[#baccbf] bg-[#baccbf]"
/* SCSS */
$brand: #baccbf;
/* SwiftUI */
Color(red: 0.729, green: 0.800, blue: 0.749)
/* Android */
Color.parseColor("#baccbf")Accessibility — WCAG contrast
Aa
#baccbf on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baccbf on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.0%
Blue74.9%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow6.4%
Key (black)20.0%
Color previews
#baccbf text on a black background
contrast 12.48:1
Card sample
#baccbf text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baccbf;
Background color
Panel with #baccbf background
background-color: #baccbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baccbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 204, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 204, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baccbf; background: linear-gradient(135deg, #baccbf, #BACCCB);