#c1ccc2
a light, muted green · cool · closest name: silver
RGB
193, 204, 194
HSL
126°, 10%, 78%
CMYK
5, 0, 5, 20
Luminance
0.5842
Every format
| HEX | #c1ccc2 |
| RGB | rgb(193, 204, 194) |
| HSL | hsl(126, 10%, 78%) |
| CMYK | cmyk(5%, 0%, 5%, 20%) |
| LAB | lab(81.0 -5.6 3.7) |
| LCH | lch(81.0 6.7 146.7) |
| OKLCH | oklch(0.834 0.018 148.1) |
Copy-ready code
/* CSS */
color: #c1ccc2;
background-color: #c1ccc2;
/* Tailwind (arbitrary) */
class="text-[#c1ccc2] bg-[#c1ccc2]"
/* SCSS */
$brand: #c1ccc2;
/* SwiftUI */
Color(red: 0.757, green: 0.800, blue: 0.761)
/* Android */
Color.parseColor("#c1ccc2")Accessibility — WCAG contrast
Aa
#c1ccc2 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1ccc2 on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green80.0%
Blue76.1%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow4.9%
Key (black)20.0%
Color previews
#c1ccc2 text on a black background
contrast 12.68:1
Card sample
#c1ccc2 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1ccc2;
Background color
Panel with #c1ccc2 background
background-color: #c1ccc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1ccc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 204, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 204, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1ccc2; background: linear-gradient(135deg, #c1ccc2, #C1CCC9);