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