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