#cccfd8
a light, muted blue · warm · closest name: silver
RGB
204, 207, 216
HSL
225°, 13%, 82%
CMYK
6, 4, 0, 15
Luminance
0.6242
Every format
| HEX | #cccfd8 |
| RGB | rgb(204, 207, 216) |
| HSL | hsl(225, 13%, 82%) |
| CMYK | cmyk(6%, 4%, 0%, 15%) |
| LAB | lab(83.1 0.7 -4.8) |
| LCH | lch(83.1 4.9 277.9) |
| OKLCH | oklch(0.855 0.013 271.3) |
Copy-ready code
/* CSS */
color: #cccfd8;
background-color: #cccfd8;
/* Tailwind (arbitrary) */
class="text-[#cccfd8] bg-[#cccfd8]"
/* SCSS */
$brand: #cccfd8;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.847)
/* Android */
Color.parseColor("#cccfd8")Accessibility — WCAG contrast
Aa
#cccfd8 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccfd8 on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue84.7%
CMYK percentages
Cyan5.6%
Magenta4.2%
Yellow0.0%
Key (black)15.3%
Color previews
#cccfd8 text on a black background
contrast 13.48:1
Card sample
#cccfd8 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccfd8;
Background color
Panel with #cccfd8 background
background-color: #cccfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccfd8; background: linear-gradient(135deg, #cccfd8, #D1CCD8);