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