#c9c9da
a light, soft blue · warm · closest name: silver
RGB
201, 201, 218
HSL
240°, 19%, 82%
CMYK
8, 8, 0, 15
Luminance
0.5925
Every format
| HEX | #c9c9da |
| RGB | rgb(201, 201, 218) |
| HSL | hsl(240, 19%, 82%) |
| CMYK | cmyk(8%, 8%, 0%, 15%) |
| LAB | lab(81.4 3.2 -8.4) |
| LCH | lch(81.4 9.0 291.0) |
| OKLCH | oklch(0.841 0.024 285.9) |
Copy-ready code
/* CSS */
color: #c9c9da;
background-color: #c9c9da;
/* Tailwind (arbitrary) */
class="text-[#c9c9da] bg-[#c9c9da]"
/* SCSS */
$brand: #c9c9da;
/* SwiftUI */
Color(red: 0.788, green: 0.788, blue: 0.855)
/* Android */
Color.parseColor("#c9c9da")Accessibility — WCAG contrast
Aa
#c9c9da on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9c9da on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green78.8%
Blue85.5%
CMYK percentages
Cyan7.8%
Magenta7.8%
Yellow0.0%
Key (black)14.5%
Color previews
#c9c9da text on a black background
contrast 12.85:1
Card sample
#c9c9da text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9c9da;
Background color
Panel with #c9c9da background
background-color: #c9c9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9c9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 201, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 201, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9c9da; background: linear-gradient(135deg, #c9c9da, #D4C9DA);