#cfc2ce
a light, muted magenta / pink · warm · closest name: silver
RGB
207, 194, 206
HSL
305°, 12%, 79%
CMYK
0, 6, 1, 19
Luminance
0.5631
Every format
| HEX | #cfc2ce |
| RGB | rgb(207, 194, 206) |
| HSL | hsl(305, 12%, 79%) |
| CMYK | cmyk(0%, 6%, 1%, 19%) |
| LAB | lab(79.8 6.7 -4.4) |
| LCH | lch(79.8 8.0 326.9) |
| OKLCH | oklch(0.828 0.022 328.1) |
Copy-ready code
/* CSS */
color: #cfc2ce;
background-color: #cfc2ce;
/* Tailwind (arbitrary) */
class="text-[#cfc2ce] bg-[#cfc2ce]"
/* SCSS */
$brand: #cfc2ce;
/* SwiftUI */
Color(red: 0.812, green: 0.761, blue: 0.808)
/* Android */
Color.parseColor("#cfc2ce")Accessibility — WCAG contrast
Aa
#cfc2ce on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc2ce on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green76.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow0.5%
Key (black)18.8%
Color previews
#cfc2ce text on a black background
contrast 12.26:1
Card sample
#cfc2ce text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc2ce;
Background color
Panel with #cfc2ce background
background-color: #cfc2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 194, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 194, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc2ce; background: linear-gradient(135deg, #cfc2ce, #CFC2C5);