#c3cace
a light, muted blue · cool · closest name: silver
RGB
195, 202, 206
HSL
202°, 10%, 79%
CMYK
5, 2, 0, 19
Luminance
0.5830
Every format
| HEX | #c3cace |
| RGB | rgb(195, 202, 206) |
| HSL | hsl(202, 10%, 79%) |
| CMYK | cmyk(5%, 2%, 0%, 19%) |
| LAB | lab(80.9 -1.6 -2.8) |
| LCH | lch(80.9 3.3 240.0) |
| OKLCH | oklch(0.835 0.009 232.4) |
Copy-ready code
/* CSS */
color: #c3cace;
background-color: #c3cace;
/* Tailwind (arbitrary) */
class="text-[#c3cace] bg-[#c3cace]"
/* SCSS */
$brand: #c3cace;
/* SwiftUI */
Color(red: 0.765, green: 0.792, blue: 0.808)
/* Android */
Color.parseColor("#c3cace")Accessibility — WCAG contrast
Aa
#c3cace on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3cace on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green79.2%
Blue80.8%
CMYK percentages
Cyan5.3%
Magenta1.9%
Yellow0.0%
Key (black)19.2%
Color previews
#c3cace text on a black background
contrast 12.66:1
Card sample
#c3cace text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3cace;
Background color
Panel with #c3cace background
background-color: #c3cace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3cace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 202, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 202, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3cace; background: linear-gradient(135deg, #c3cace, #C3C3CE);