#cfc3c2
a light, muted red · warm · closest name: silver
RGB
207, 195, 194
HSL
5°, 12%, 79%
CMYK
0, 6, 6, 19
Luminance
0.5619
Every format
| HEX | #cfc3c2 |
| RGB | rgb(207, 195, 194) |
| HSL | hsl(5, 12%, 79%) |
| CMYK | cmyk(0%, 6%, 6%, 19%) |
| LAB | lab(79.7 4.0 2.0) |
| LCH | lch(79.7 4.5 26.6) |
| OKLCH | oklch(0.827 0.014 23.2) |
Copy-ready code
/* CSS */
color: #cfc3c2;
background-color: #cfc3c2;
/* Tailwind (arbitrary) */
class="text-[#cfc3c2] bg-[#cfc3c2]"
/* SCSS */
$brand: #cfc3c2;
/* SwiftUI */
Color(red: 0.812, green: 0.765, blue: 0.761)
/* Android */
Color.parseColor("#cfc3c2")Accessibility — WCAG contrast
Aa
#cfc3c2 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc3c2 on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green76.5%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta5.8%
Yellow6.3%
Key (black)18.8%
Color previews
#cfc3c2 text on a black background
contrast 12.24:1
Card sample
#cfc3c2 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc3c2;
Background color
Panel with #cfc3c2 background
background-color: #cfc3c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc3c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 195, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 195, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc3c2; background: linear-gradient(135deg, #cfc3c2, #CFCCC2);