#cfcacf
a light, muted gray · warm · closest name: silver
RGB
207, 202, 207
HSL
300°, 5%, 80%
CMYK
0, 2, 0, 19
Luminance
0.6001
Every format
| HEX | #cfcacf |
| RGB | rgb(207, 202, 207) |
| HSL | hsl(300, 5%, 80%) |
| CMYK | cmyk(0%, 2%, 0%, 19%) |
| LAB | lab(81.8 2.6 -1.9) |
| LCH | lch(81.8 3.2 324.6) |
| OKLCH | oklch(0.845 0.009 325.7) |
Copy-ready code
/* CSS */
color: #cfcacf;
background-color: #cfcacf;
/* Tailwind (arbitrary) */
class="text-[#cfcacf] bg-[#cfcacf]"
/* SCSS */
$brand: #cfcacf;
/* SwiftUI */
Color(red: 0.812, green: 0.792, blue: 0.812)
/* Android */
Color.parseColor("#cfcacf")Accessibility — WCAG contrast
Aa
#cfcacf on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcacf on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green79.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow0.0%
Key (black)18.8%
Color previews
#cfcacf text on a black background
contrast 13.00:1
Card sample
#cfcacf text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcacf;
Background color
Panel with #cfcacf background
background-color: #cfcacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 202, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 202, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcacf; background: linear-gradient(135deg, #cfcacf, #CFCACC);