#c2cabf
a light, muted green · cool · closest name: silver
RGB
194, 202, 191
HSL
104°, 9%, 77%
CMYK
4, 0, 5, 21
Luminance
0.5747
Every format
| HEX | #c2cabf |
| RGB | rgb(194, 202, 191) |
| HSL | hsl(104, 9%, 77%) |
| CMYK | cmyk(4%, 0%, 5%, 21%) |
| LAB | lab(80.4 -4.8 4.5) |
| LCH | lch(80.4 6.6 136.4) |
| OKLCH | oklch(0.830 0.017 137.0) |
Copy-ready code
/* CSS */
color: #c2cabf;
background-color: #c2cabf;
/* Tailwind (arbitrary) */
class="text-[#c2cabf] bg-[#c2cabf]"
/* SCSS */
$brand: #c2cabf;
/* SwiftUI */
Color(red: 0.761, green: 0.792, blue: 0.749)
/* Android */
Color.parseColor("#c2cabf")Accessibility — WCAG contrast
Aa
#c2cabf on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2cabf on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green79.2%
Blue74.9%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow5.4%
Key (black)20.8%
Color previews
#c2cabf text on a black background
contrast 12.49:1
Card sample
#c2cabf text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2cabf;
Background color
Panel with #c2cabf background
background-color: #c2cabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2cabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 202, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 202, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2cabf; background: linear-gradient(135deg, #c2cabf, #BFCAC3);