#c2cacf
a light, muted blue · cool · closest name: silver
RGB
194, 202, 207
HSL
203°, 12%, 79%
CMYK
6, 2, 0, 19
Luminance
0.5822
Every format
| HEX | #c2cacf |
| RGB | rgb(194, 202, 207) |
| HSL | hsl(203, 12%, 79%) |
| CMYK | cmyk(6%, 2%, 0%, 19%) |
| LAB | lab(80.9 -1.8 -3.4) |
| LCH | lch(80.9 3.9 242.7) |
| OKLCH | oklch(0.834 0.011 234.8) |
Copy-ready code
/* CSS */
color: #c2cacf;
background-color: #c2cacf;
/* Tailwind (arbitrary) */
class="text-[#c2cacf] bg-[#c2cacf]"
/* SCSS */
$brand: #c2cacf;
/* SwiftUI */
Color(red: 0.761, green: 0.792, blue: 0.812)
/* Android */
Color.parseColor("#c2cacf")Accessibility — WCAG contrast
Aa
#c2cacf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2cacf on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green79.2%
Blue81.2%
CMYK percentages
Cyan6.3%
Magenta2.4%
Yellow0.0%
Key (black)18.8%
Color previews
#c2cacf text on a black background
contrast 12.64:1
Card sample
#c2cacf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2cacf;
Background color
Panel with #c2cacf background
background-color: #c2cacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2cacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 202, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 202, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2cacf; background: linear-gradient(135deg, #c2cacf, #C3C2CF);