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