#c2cfcb
a light, muted cyan · cool · closest name: silver
RGB
194, 207, 203
HSL
162°, 12%, 79%
CMYK
6, 0, 2, 19
Luminance
0.6041
Every format
| HEX | #c2cfcb |
| RGB | rgb(194, 207, 203) |
| HSL | hsl(162, 12%, 79%) |
| CMYK | cmyk(6%, 0%, 2%, 19%) |
| LAB | lab(82.1 -5.2 0.5) |
| LCH | lch(82.1 5.2 174.9) |
| OKLCH | oklch(0.843 0.015 175.6) |
Copy-ready code
/* CSS */
color: #c2cfcb;
background-color: #c2cfcb;
/* Tailwind (arbitrary) */
class="text-[#c2cfcb] bg-[#c2cfcb]"
/* SCSS */
$brand: #c2cfcb;
/* SwiftUI */
Color(red: 0.761, green: 0.812, blue: 0.796)
/* Android */
Color.parseColor("#c2cfcb")Accessibility — WCAG contrast
Aa
#c2cfcb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2cfcb on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green81.2%
Blue79.6%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow1.9%
Key (black)18.8%
Color previews
#c2cfcb text on a black background
contrast 13.08:1
Card sample
#c2cfcb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2cfcb;
Background color
Panel with #c2cfcb background
background-color: #c2cfcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2cfcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 207, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 207, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2cfcb; background: linear-gradient(135deg, #c2cfcb, #C2CACF);