#c3cbaf
a light, soft green · cool · closest name: silver
RGB
195, 203, 175
HSL
77°, 21%, 74%
CMYK
4, 0, 14, 20
Luminance
0.5741
Every format
| HEX | #c3cbaf |
| RGB | rgb(195, 203, 175) |
| HSL | hsl(77, 21%, 74%) |
| CMYK | cmyk(4%, 0%, 14%, 20%) |
| LAB | lab(80.4 -7.7 13.1) |
| LCH | lch(80.4 15.1 120.4) |
| OKLCH | oklch(0.828 0.039 120.2) |
Copy-ready code
/* CSS */
color: #c3cbaf;
background-color: #c3cbaf;
/* Tailwind (arbitrary) */
class="text-[#c3cbaf] bg-[#c3cbaf]"
/* SCSS */
$brand: #c3cbaf;
/* SwiftUI */
Color(red: 0.765, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#c3cbaf")Accessibility — WCAG contrast
Aa
#c3cbaf on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3cbaf on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green79.6%
Blue68.6%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#c3cbaf text on a black background
contrast 12.48:1
Card sample
#c3cbaf text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3cbaf;
Background color
Panel with #c3cbaf background
background-color: #c3cbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3cbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3cbaf; background: linear-gradient(135deg, #c3cbaf, #B0CBAF);