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