#c6cbaf
a light, soft green · cool · closest name: silver
RGB
198, 203, 175
HSL
71°, 21%, 74%
CMYK
3, 0, 14, 20
Luminance
0.5781
Every format
| HEX | #c6cbaf |
| RGB | rgb(198, 203, 175) |
| HSL | hsl(71, 21%, 74%) |
| CMYK | cmyk(3%, 0%, 14%, 20%) |
| LAB | lab(80.6 -6.6 13.4) |
| LCH | lch(80.6 14.9 116.2) |
| OKLCH | oklch(0.831 0.038 115.5) |
Copy-ready code
/* CSS */
color: #c6cbaf;
background-color: #c6cbaf;
/* Tailwind (arbitrary) */
class="text-[#c6cbaf] bg-[#c6cbaf]"
/* SCSS */
$brand: #c6cbaf;
/* SwiftUI */
Color(red: 0.776, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#c6cbaf")Accessibility — WCAG contrast
Aa
#c6cbaf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6cbaf on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green79.6%
Blue68.6%
CMYK percentages
Cyan2.5%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#c6cbaf text on a black background
contrast 12.56:1
Card sample
#c6cbaf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6cbaf;
Background color
Panel with #c6cbaf background
background-color: #c6cbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6cbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6cbaf; background: linear-gradient(135deg, #c6cbaf, #B3CBAF);