#c1cadc
a light, soft blue · cool · closest name: silver
RGB
193, 202, 220
HSL
220°, 28%, 81%
CMYK
12, 8, 0, 14
Luminance
0.5875
Every format
| HEX | #c1cadc |
| RGB | rgb(193, 202, 220) |
| HSL | hsl(220, 28%, 81%) |
| CMYK | cmyk(12%, 8%, 0%, 14%) |
| LAB | lab(81.2 0.5 -10.0) |
| LCH | lch(81.2 10.0 272.8) |
| OKLCH | oklch(0.838 0.027 264.4) |
Copy-ready code
/* CSS */
color: #c1cadc;
background-color: #c1cadc;
/* Tailwind (arbitrary) */
class="text-[#c1cadc] bg-[#c1cadc]"
/* SCSS */
$brand: #c1cadc;
/* SwiftUI */
Color(red: 0.757, green: 0.792, blue: 0.863)
/* Android */
Color.parseColor("#c1cadc")Accessibility — WCAG contrast
Aa
#c1cadc on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1cadc on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green79.2%
Blue86.3%
CMYK percentages
Cyan12.3%
Magenta8.2%
Yellow0.0%
Key (black)13.7%
Color previews
#c1cadc text on a black background
contrast 12.75:1
Card sample
#c1cadc text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1cadc;
Background color
Panel with #c1cadc background
background-color: #c1cadc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1cadc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 202, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 202, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1cadc; background: linear-gradient(135deg, #c1cadc, #CAC1DC);