#cfc7cb
a light, muted gray · warm · closest name: silver
RGB
207, 199, 203
HSL
330°, 8%, 80%
CMYK
0, 4, 2, 19
Luminance
0.5842
Every format
| HEX | #cfc7cb |
| RGB | rgb(207, 199, 203) |
| HSL | hsl(330, 8%, 80%) |
| CMYK | cmyk(0%, 4%, 2%, 19%) |
| LAB | lab(81.0 3.5 -1.0) |
| LCH | lch(81.0 3.6 344.0) |
| OKLCH | oklch(0.837 0.010 345.5) |
Copy-ready code
/* CSS */
color: #cfc7cb;
background-color: #cfc7cb;
/* Tailwind (arbitrary) */
class="text-[#cfc7cb] bg-[#cfc7cb]"
/* SCSS */
$brand: #cfc7cb;
/* SwiftUI */
Color(red: 0.812, green: 0.780, blue: 0.796)
/* Android */
Color.parseColor("#cfc7cb")Accessibility — WCAG contrast
Aa
#cfc7cb on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc7cb on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green78.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow1.9%
Key (black)18.8%
Color previews
#cfc7cb text on a black background
contrast 12.68:1
Card sample
#cfc7cb text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc7cb;
Background color
Panel with #cfc7cb background
background-color: #cfc7cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc7cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 199, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 199, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc7cb; background: linear-gradient(135deg, #cfc7cb, #CFC8C7);