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