#ccccd6
a light, muted blue · warm · closest name: silver
RGB
204, 204, 214
HSL
240°, 11%, 82%
CMYK
5, 5, 0, 16
Luminance
0.6088
Every format
| HEX | #ccccd6 |
| RGB | rgb(204, 204, 214) |
| HSL | hsl(240, 11%, 82%) |
| CMYK | cmyk(5%, 5%, 0%, 16%) |
| LAB | lab(82.3 1.9 -5.0) |
| LCH | lch(82.3 5.3 290.7) |
| OKLCH | oklch(0.848 0.014 286.1) |
Copy-ready code
/* CSS */
color: #ccccd6;
background-color: #ccccd6;
/* Tailwind (arbitrary) */
class="text-[#ccccd6] bg-[#ccccd6]"
/* SCSS */
$brand: #ccccd6;
/* SwiftUI */
Color(red: 0.800, green: 0.800, blue: 0.839)
/* Android */
Color.parseColor("#ccccd6")Accessibility — WCAG contrast
Aa
#ccccd6 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccccd6 on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.0%
Blue83.9%
CMYK percentages
Cyan4.7%
Magenta4.7%
Yellow0.0%
Key (black)16.1%
Color previews
#ccccd6 text on a black background
contrast 13.18:1
Card sample
#ccccd6 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccccd6;
Background color
Panel with #ccccd6 background
background-color: #ccccd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccccd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 204, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 204, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccccd6; background: linear-gradient(135deg, #ccccd6, #D3CCD6);