#c2c4cd
a light, muted blue · warm · closest name: silver
RGB
194, 196, 205
HSL
229°, 10%, 78%
CMYK
5, 4, 0, 20
Luminance
0.5536
Every format
| HEX | #c2c4cd |
| RGB | rgb(194, 196, 205) |
| HSL | hsl(229, 10%, 78%) |
| CMYK | cmyk(5%, 4%, 0%, 20%) |
| LAB | lab(79.3 1.0 -4.7) |
| LCH | lch(79.3 4.8 282.1) |
| OKLCH | oklch(0.821 0.013 276.1) |
Copy-ready code
/* CSS */
color: #c2c4cd;
background-color: #c2c4cd;
/* Tailwind (arbitrary) */
class="text-[#c2c4cd] bg-[#c2c4cd]"
/* SCSS */
$brand: #c2c4cd;
/* SwiftUI */
Color(red: 0.761, green: 0.769, blue: 0.804)
/* Android */
Color.parseColor("#c2c4cd")Accessibility — WCAG contrast
Aa
#c2c4cd on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c4cd on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green76.9%
Blue80.4%
CMYK percentages
Cyan5.4%
Magenta4.4%
Yellow0.0%
Key (black)19.6%
Color previews
#c2c4cd text on a black background
contrast 12.07:1
Card sample
#c2c4cd text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c4cd;
Background color
Panel with #c2c4cd background
background-color: #c2c4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 196, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 196, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c4cd; background: linear-gradient(135deg, #c2c4cd, #C7C2CD);