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