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