#c2cada
a light, soft blue · cool · closest name: silver
RGB
194, 202, 218
HSL
220°, 25%, 81%
CMYK
11, 7, 0, 15
Luminance
0.5877
Every format
| HEX | #c2cada |
| RGB | rgb(194, 202, 218) |
| HSL | hsl(220, 25%, 81%) |
| CMYK | cmyk(11%, 7%, 0%, 15%) |
| LAB | lab(81.2 0.4 -8.9) |
| LCH | lch(81.2 8.9 272.6) |
| OKLCH | oklch(0.838 0.024 264.4) |
Copy-ready code
/* CSS */
color: #c2cada;
background-color: #c2cada;
/* Tailwind (arbitrary) */
class="text-[#c2cada] bg-[#c2cada]"
/* SCSS */
$brand: #c2cada;
/* SwiftUI */
Color(red: 0.761, green: 0.792, blue: 0.855)
/* Android */
Color.parseColor("#c2cada")Accessibility — WCAG contrast
Aa
#c2cada on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2cada on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green79.2%
Blue85.5%
CMYK percentages
Cyan11.0%
Magenta7.3%
Yellow0.0%
Key (black)14.5%
Color previews
#c2cada text on a black background
contrast 12.75:1
Card sample
#c2cada text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2cada;
Background color
Panel with #c2cada background
background-color: #c2cada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2cada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 202, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 202, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2cada; background: linear-gradient(135deg, #c2cada, #CAC2DA);