#c2ccce
a light, muted cyan · cool · closest name: silver
RGB
194, 204, 206
HSL
190°, 11%, 78%
CMYK
6, 1, 0, 19
Luminance
0.5911
Every format
| HEX | #c2ccce |
| RGB | rgb(194, 204, 206) |
| HSL | hsl(190, 11%, 78%) |
| CMYK | cmyk(6%, 1%, 0%, 19%) |
| LAB | lab(81.3 -3.0 -2.2) |
| LCH | lch(81.3 3.7 215.7) |
| OKLCH | oklch(0.838 0.011 211.0) |
Copy-ready code
/* CSS */
color: #c2ccce;
background-color: #c2ccce;
/* Tailwind (arbitrary) */
class="text-[#c2ccce] bg-[#c2ccce]"
/* SCSS */
$brand: #c2ccce;
/* SwiftUI */
Color(red: 0.761, green: 0.800, blue: 0.808)
/* Android */
Color.parseColor("#c2ccce")Accessibility — WCAG contrast
Aa
#c2ccce on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ccce on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green80.0%
Blue80.8%
CMYK percentages
Cyan5.8%
Magenta1.0%
Yellow0.0%
Key (black)19.2%
Color previews
#c2ccce text on a black background
contrast 12.82:1
Card sample
#c2ccce text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ccce;
Background color
Panel with #c2ccce background
background-color: #c2ccce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ccce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 204, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 204, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ccce; background: linear-gradient(135deg, #c2ccce, #C2C4CE);