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