#c1cbaf
a light, soft green · cool · closest name: silver
RGB
193, 203, 175
HSL
81°, 21%, 74%
CMYK
5, 0, 14, 20
Luminance
0.5714
Every format
| HEX | #c1cbaf |
| RGB | rgb(193, 203, 175) |
| HSL | hsl(81, 21%, 74%) |
| CMYK | cmyk(5%, 0%, 14%, 20%) |
| LAB | lab(80.3 -8.4 12.8) |
| LCH | lch(80.3 15.3 123.2) |
| OKLCH | oklch(0.827 0.040 123.3) |
Copy-ready code
/* CSS */
color: #c1cbaf;
background-color: #c1cbaf;
/* Tailwind (arbitrary) */
class="text-[#c1cbaf] bg-[#c1cbaf]"
/* SCSS */
$brand: #c1cbaf;
/* SwiftUI */
Color(red: 0.757, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#c1cbaf")Accessibility — WCAG contrast
Aa
#c1cbaf on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1cbaf on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green79.6%
Blue68.6%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#c1cbaf text on a black background
contrast 12.43:1
Card sample
#c1cbaf text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1cbaf;
Background color
Panel with #c1cbaf background
background-color: #c1cbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1cbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1cbaf; background: linear-gradient(135deg, #c1cbaf, #AFCBB0);