#c3cad2
a light, muted blue · cool · closest name: silver
RGB
195, 202, 210
HSL
212°, 14%, 79%
CMYK
7, 4, 0, 18
Luminance
0.5850
Every format
| HEX | #c3cad2 |
| RGB | rgb(195, 202, 210) |
| HSL | hsl(212, 14%, 79%) |
| CMYK | cmyk(7%, 4%, 0%, 18%) |
| LAB | lab(81.0 -0.9 -4.8) |
| LCH | lch(81.0 4.9 259.8) |
| OKLCH | oklch(0.836 0.014 251.6) |
Copy-ready code
/* CSS */
color: #c3cad2;
background-color: #c3cad2;
/* Tailwind (arbitrary) */
class="text-[#c3cad2] bg-[#c3cad2]"
/* SCSS */
$brand: #c3cad2;
/* SwiftUI */
Color(red: 0.765, green: 0.792, blue: 0.824)
/* Android */
Color.parseColor("#c3cad2")Accessibility — WCAG contrast
Aa
#c3cad2 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3cad2 on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green79.2%
Blue82.4%
CMYK percentages
Cyan7.1%
Magenta3.8%
Yellow0.0%
Key (black)17.6%
Color previews
#c3cad2 text on a black background
contrast 12.70:1
Card sample
#c3cad2 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3cad2;
Background color
Panel with #c3cad2 background
background-color: #c3cad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3cad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 202, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 202, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3cad2; background: linear-gradient(135deg, #c3cad2, #C6C3D2);