#c9ccda
a light, soft blue · warm · closest name: silver
RGB
201, 204, 218
HSL
229°, 19%, 82%
CMYK
8, 6, 0, 15
Luminance
0.6067
Every format
| HEX | #c9ccda |
| RGB | rgb(201, 204, 218) |
| HSL | hsl(229, 19%, 82%) |
| CMYK | cmyk(8%, 6%, 0%, 15%) |
| LAB | lab(82.2 1.6 -7.3) |
| LCH | lch(82.2 7.5 282.7) |
| OKLCH | oklch(0.847 0.020 276.3) |
Copy-ready code
/* CSS */
color: #c9ccda;
background-color: #c9ccda;
/* Tailwind (arbitrary) */
class="text-[#c9ccda] bg-[#c9ccda]"
/* SCSS */
$brand: #c9ccda;
/* SwiftUI */
Color(red: 0.788, green: 0.800, blue: 0.855)
/* Android */
Color.parseColor("#c9ccda")Accessibility — WCAG contrast
Aa
#c9ccda on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9ccda on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green80.0%
Blue85.5%
CMYK percentages
Cyan7.8%
Magenta6.4%
Yellow0.0%
Key (black)14.5%
Color previews
#c9ccda text on a black background
contrast 13.13:1
Card sample
#c9ccda text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9ccda;
Background color
Panel with #c9ccda background
background-color: #c9ccda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9ccda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 204, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 204, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9ccda; background: linear-gradient(135deg, #c9ccda, #D1C9DA);