#cccfd2
a light, muted gray · cool · closest name: silver
RGB
204, 207, 210
HSL
210°, 6%, 81%
CMYK
3, 1, 0, 18
Luminance
0.6212
Every format
| HEX | #cccfd2 |
| RGB | rgb(204, 207, 210) |
| HSL | hsl(210, 6%, 81%) |
| CMYK | cmyk(3%, 1%, 0%, 18%) |
| LAB | lab(83.0 -0.5 -1.8) |
| LCH | lch(83.0 1.9 255.7) |
| OKLCH | oklch(0.853 0.005 247.9) |
Copy-ready code
/* CSS */
color: #cccfd2;
background-color: #cccfd2;
/* Tailwind (arbitrary) */
class="text-[#cccfd2] bg-[#cccfd2]"
/* SCSS */
$brand: #cccfd2;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.824)
/* Android */
Color.parseColor("#cccfd2")Accessibility — WCAG contrast
Aa
#cccfd2 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccfd2 on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue82.4%
CMYK percentages
Cyan2.9%
Magenta1.4%
Yellow0.0%
Key (black)17.6%
Color previews
#cccfd2 text on a black background
contrast 13.42:1
Card sample
#cccfd2 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccfd2;
Background color
Panel with #cccfd2 background
background-color: #cccfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccfd2; background: linear-gradient(135deg, #cccfd2, #CDCCD2);