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