#baccb2
a light, soft green · cool · closest name: silver
RGB
186, 204, 178
HSL
102°, 20%, 75%
CMYK
9, 0, 13, 20
Luminance
0.5684
Every format
| HEX | #baccb2 |
| RGB | rgb(186, 204, 178) |
| HSL | hsl(102, 20%, 75%) |
| CMYK | cmyk(9%, 0%, 13%, 20%) |
| LAB | lab(80.1 -10.9 10.9) |
| LCH | lch(80.1 15.4 134.9) |
| OKLCH | oklch(0.824 0.041 135.9) |
Copy-ready code
/* CSS */
color: #baccb2;
background-color: #baccb2;
/* Tailwind (arbitrary) */
class="text-[#baccb2] bg-[#baccb2]"
/* SCSS */
$brand: #baccb2;
/* SwiftUI */
Color(red: 0.729, green: 0.800, blue: 0.698)
/* Android */
Color.parseColor("#baccb2")Accessibility — WCAG contrast
Aa
#baccb2 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baccb2 on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.0%
Blue69.8%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow12.7%
Key (black)20.0%
Color previews
#baccb2 text on a black background
contrast 12.37:1
Card sample
#baccb2 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baccb2;
Background color
Panel with #baccb2 background
background-color: #baccb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baccb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 204, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 204, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baccb2; background: linear-gradient(135deg, #baccb2, #B2CCBB);