#cccfd7
a light, muted blue · cool · closest name: silver
RGB
204, 207, 215
HSL
224°, 12%, 82%
CMYK
5, 4, 0, 16
Luminance
0.6237
Every format
| HEX | #cccfd7 |
| RGB | rgb(204, 207, 215) |
| HSL | hsl(224, 12%, 82%) |
| CMYK | cmyk(5%, 4%, 0%, 16%) |
| LAB | lab(83.1 0.5 -4.3) |
| LCH | lch(83.1 4.3 276.4) |
| OKLCH | oklch(0.855 0.011 269.5) |
Copy-ready code
/* CSS */
color: #cccfd7;
background-color: #cccfd7;
/* Tailwind (arbitrary) */
class="text-[#cccfd7] bg-[#cccfd7]"
/* SCSS */
$brand: #cccfd7;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.843)
/* Android */
Color.parseColor("#cccfd7")Accessibility — WCAG contrast
Aa
#cccfd7 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccfd7 on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue84.3%
CMYK percentages
Cyan5.1%
Magenta3.7%
Yellow0.0%
Key (black)15.7%
Color previews
#cccfd7 text on a black background
contrast 13.47:1
Card sample
#cccfd7 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccfd7;
Background color
Panel with #cccfd7 background
background-color: #cccfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccfd7; background: linear-gradient(135deg, #cccfd7, #D0CCD7);