#c2ccbd
a light, muted green · cool · closest name: silver
RGB
194, 204, 189
HSL
100°, 13%, 77%
CMYK
5, 0, 7, 20
Luminance
0.5833
Every format
| HEX | #c2ccbd |
| RGB | rgb(194, 204, 189) |
| HSL | hsl(100, 13%, 77%) |
| CMYK | cmyk(5%, 0%, 7%, 20%) |
| LAB | lab(80.9 -6.2 6.3) |
| LCH | lch(80.9 8.8 134.4) |
| OKLCH | oklch(0.833 0.023 135.0) |
Copy-ready code
/* CSS */
color: #c2ccbd;
background-color: #c2ccbd;
/* Tailwind (arbitrary) */
class="text-[#c2ccbd] bg-[#c2ccbd]"
/* SCSS */
$brand: #c2ccbd;
/* SwiftUI */
Color(red: 0.761, green: 0.800, blue: 0.741)
/* Android */
Color.parseColor("#c2ccbd")Accessibility — WCAG contrast
Aa
#c2ccbd on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ccbd on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green80.0%
Blue74.1%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow7.4%
Key (black)20.0%
Color previews
#c2ccbd text on a black background
contrast 12.67:1
Card sample
#c2ccbd text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ccbd;
Background color
Panel with #c2ccbd background
background-color: #c2ccbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ccbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 204, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 204, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ccbd; background: linear-gradient(135deg, #c2ccbd, #BDCCC2);