#c7cad2
a light, muted blue · cool · closest name: silver
RGB
199, 202, 210
HSL
224°, 11%, 80%
CMYK
5, 4, 0, 18
Luminance
0.5904
Every format
| HEX | #c7cad2 |
| RGB | rgb(199, 202, 210) |
| HSL | hsl(224, 11%, 80%) |
| CMYK | cmyk(5%, 4%, 0%, 18%) |
| LAB | lab(81.3 0.5 -4.3) |
| LCH | lch(81.3 4.4 276.3) |
| OKLCH | oklch(0.839 0.012 269.5) |
Copy-ready code
/* CSS */
color: #c7cad2;
background-color: #c7cad2;
/* Tailwind (arbitrary) */
class="text-[#c7cad2] bg-[#c7cad2]"
/* SCSS */
$brand: #c7cad2;
/* SwiftUI */
Color(red: 0.780, green: 0.792, blue: 0.824)
/* Android */
Color.parseColor("#c7cad2")Accessibility — WCAG contrast
Aa
#c7cad2 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cad2 on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green79.2%
Blue82.4%
CMYK percentages
Cyan5.2%
Magenta3.8%
Yellow0.0%
Key (black)17.6%
Color previews
#c7cad2 text on a black background
contrast 12.81:1
Card sample
#c7cad2 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cad2;
Background color
Panel with #c7cad2 background
background-color: #c7cad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 202, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 202, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cad2; background: linear-gradient(135deg, #c7cad2, #CBC7D2);