#cfc3cb
a light, muted magenta / pink · warm · closest name: silver
RGB
207, 195, 203
HSL
320°, 11%, 79%
CMYK
0, 6, 2, 19
Luminance
0.5661
Every format
| HEX | #cfc3cb |
| RGB | rgb(207, 195, 203) |
| HSL | hsl(320, 11%, 79%) |
| CMYK | cmyk(0%, 6%, 2%, 19%) |
| LAB | lab(80.0 5.6 -2.5) |
| LCH | lch(80.0 6.2 336.1) |
| OKLCH | oklch(0.829 0.017 337.7) |
Copy-ready code
/* CSS */
color: #cfc3cb;
background-color: #cfc3cb;
/* Tailwind (arbitrary) */
class="text-[#cfc3cb] bg-[#cfc3cb]"
/* SCSS */
$brand: #cfc3cb;
/* SwiftUI */
Color(red: 0.812, green: 0.765, blue: 0.796)
/* Android */
Color.parseColor("#cfc3cb")Accessibility — WCAG contrast
Aa
#cfc3cb on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc3cb on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green76.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta5.8%
Yellow1.9%
Key (black)18.8%
Color previews
#cfc3cb text on a black background
contrast 12.32:1
Card sample
#cfc3cb text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc3cb;
Background color
Panel with #cfc3cb background
background-color: #cfc3cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc3cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 195, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 195, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc3cb; background: linear-gradient(135deg, #cfc3cb, #CFC3C3);