#cfcccd
a light, muted gray · warm · closest name: silver
RGB
207, 204, 205
HSL
340°, 3%, 81%
CMYK
0, 1, 1, 19
Luminance
0.6086
Every format
| HEX | #cfcccd |
| RGB | rgb(207, 204, 205) |
| HSL | hsl(340, 3%, 81%) |
| CMYK | cmyk(0%, 1%, 1%, 19%) |
| LAB | lab(82.3 1.2 -0.1) |
| LCH | lch(82.3 1.2 353.9) |
| OKLCH | oklch(0.848 0.004 354.7) |
Copy-ready code
/* CSS */
color: #cfcccd;
background-color: #cfcccd;
/* Tailwind (arbitrary) */
class="text-[#cfcccd] bg-[#cfcccd]"
/* SCSS */
$brand: #cfcccd;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.804)
/* Android */
Color.parseColor("#cfcccd")Accessibility — WCAG contrast
Aa
#cfcccd on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcccd on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow1.0%
Key (black)18.8%
Color previews
#cfcccd text on a black background
contrast 13.17:1
Card sample
#cfcccd text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcccd;
Background color
Panel with #cfcccd background
background-color: #cfcccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcccd; background: linear-gradient(135deg, #cfcccd, #CFCDCC);