#c2cccb
a light, muted cyan · cool · closest name: silver
RGB
194, 204, 203
HSL
174°, 9%, 78%
CMYK
5, 0, 1, 20
Luminance
0.5897
Every format
| HEX | #c2cccb |
| RGB | rgb(194, 204, 203) |
| HSL | hsl(174, 9%, 78%) |
| CMYK | cmyk(5%, 0%, 1%, 20%) |
| LAB | lab(81.3 -3.6 -0.7) |
| LCH | lch(81.3 3.6 190.7) |
| OKLCH | oklch(0.837 0.011 189.8) |
Copy-ready code
/* CSS */
color: #c2cccb;
background-color: #c2cccb;
/* Tailwind (arbitrary) */
class="text-[#c2cccb] bg-[#c2cccb]"
/* SCSS */
$brand: #c2cccb;
/* SwiftUI */
Color(red: 0.761, green: 0.800, blue: 0.796)
/* Android */
Color.parseColor("#c2cccb")Accessibility — WCAG contrast
Aa
#c2cccb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2cccb on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green80.0%
Blue79.6%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow0.5%
Key (black)20.0%
Color previews
#c2cccb text on a black background
contrast 12.79:1
Card sample
#c2cccb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2cccb;
Background color
Panel with #c2cccb background
background-color: #c2cccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2cccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 204, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 204, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2cccb; background: linear-gradient(135deg, #c2cccb, #C2C6CC);