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