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