#c5ccda
a light, soft blue · cool · closest name: silver
RGB
197, 204, 218
HSL
220°, 22%, 81%
CMYK
10, 6, 0, 15
Luminance
0.6012
Every format
| HEX | #c5ccda |
| RGB | rgb(197, 204, 218) |
| HSL | hsl(220, 22%, 81%) |
| CMYK | cmyk(10%, 6%, 0%, 15%) |
| LAB | lab(81.9 0.3 -7.8) |
| LCH | lch(81.9 7.8 272.4) |
| OKLCH | oklch(0.844 0.021 264.5) |
Copy-ready code
/* CSS */
color: #c5ccda;
background-color: #c5ccda;
/* Tailwind (arbitrary) */
class="text-[#c5ccda] bg-[#c5ccda]"
/* SCSS */
$brand: #c5ccda;
/* SwiftUI */
Color(red: 0.773, green: 0.800, blue: 0.855)
/* Android */
Color.parseColor("#c5ccda")Accessibility — WCAG contrast
Aa
#c5ccda on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5ccda on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green80.0%
Blue85.5%
CMYK percentages
Cyan9.6%
Magenta6.4%
Yellow0.0%
Key (black)14.5%
Color previews
#c5ccda text on a black background
contrast 13.02:1
Card sample
#c5ccda text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5ccda;
Background color
Panel with #c5ccda background
background-color: #c5ccda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5ccda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 204, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 204, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5ccda; background: linear-gradient(135deg, #c5ccda, #CCC5DA);