#baccc2
a light, soft green · cool · closest name: silver
RGB
186, 204, 194
HSL
147°, 15%, 77%
CMYK
9, 0, 5, 20
Luminance
0.5752
Every format
| HEX | #baccc2 |
| RGB | rgb(186, 204, 194) |
| HSL | hsl(147, 15%, 77%) |
| CMYK | cmyk(9%, 0%, 5%, 20%) |
| LAB | lab(80.5 -8.0 2.9) |
| LCH | lch(80.5 8.5 160.1) |
| OKLCH | oklch(0.829 0.024 161.6) |
Copy-ready code
/* CSS */
color: #baccc2;
background-color: #baccc2;
/* Tailwind (arbitrary) */
class="text-[#baccc2] bg-[#baccc2]"
/* SCSS */
$brand: #baccc2;
/* SwiftUI */
Color(red: 0.729, green: 0.800, blue: 0.761)
/* Android */
Color.parseColor("#baccc2")Accessibility — WCAG contrast
Aa
#baccc2 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baccc2 on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green80.0%
Blue76.1%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow4.9%
Key (black)20.0%
Color previews
#baccc2 text on a black background
contrast 12.50:1
Card sample
#baccc2 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baccc2;
Background color
Panel with #baccc2 background
background-color: #baccc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baccc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 204, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 204, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baccc2; background: linear-gradient(135deg, #baccc2, #BACACC);