#cfc0ce
a light, muted magenta / pink · warm · closest name: silver
RGB
207, 192, 206
HSL
304°, 14%, 78%
CMYK
0, 7, 1, 19
Luminance
0.5542
Every format
| HEX | #cfc0ce |
| RGB | rgb(207, 192, 206) |
| HSL | hsl(304, 14%, 78%) |
| CMYK | cmyk(0%, 7%, 1%, 19%) |
| LAB | lab(79.3 7.8 -5.1) |
| LCH | lch(79.3 9.3 326.7) |
| OKLCH | oklch(0.824 0.025 327.8) |
Copy-ready code
/* CSS */
color: #cfc0ce;
background-color: #cfc0ce;
/* Tailwind (arbitrary) */
class="text-[#cfc0ce] bg-[#cfc0ce]"
/* SCSS */
$brand: #cfc0ce;
/* SwiftUI */
Color(red: 0.812, green: 0.753, blue: 0.808)
/* Android */
Color.parseColor("#cfc0ce")Accessibility — WCAG contrast
Aa
#cfc0ce on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc0ce on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green75.3%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow0.5%
Key (black)18.8%
Color previews
#cfc0ce text on a black background
contrast 12.08:1
Card sample
#cfc0ce text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc0ce;
Background color
Panel with #cfc0ce background
background-color: #cfc0ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc0ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 192, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 192, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc0ce; background: linear-gradient(135deg, #cfc0ce, #CFC0C4);