#cfb7c7
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 183, 199
HSL
320°, 20%, 77%
CMYK
0, 12, 4, 19
Luminance
0.5126
Every format
| HEX | #cfb7c7 |
| RGB | rgb(207, 183, 199) |
| HSL | hsl(320, 20%, 77%) |
| CMYK | cmyk(0%, 12%, 4%, 19%) |
| LAB | lab(76.8 11.3 -4.9) |
| LCH | lch(76.8 12.4 336.5) |
| OKLCH | oklch(0.805 0.035 338.1) |
Copy-ready code
/* CSS */
color: #cfb7c7;
background-color: #cfb7c7;
/* Tailwind (arbitrary) */
class="text-[#cfb7c7] bg-[#cfb7c7]"
/* SCSS */
$brand: #cfb7c7;
/* SwiftUI */
Color(red: 0.812, green: 0.718, blue: 0.780)
/* Android */
Color.parseColor("#cfb7c7")Accessibility — WCAG contrast
Aa
#cfb7c7 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb7c7 on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.8%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow3.9%
Key (black)18.8%
Color previews
#cfb7c7 text on a black background
contrast 11.25:1
Card sample
#cfb7c7 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb7c7;
Background color
Panel with #cfb7c7 background
background-color: #cfb7c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb7c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 183, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 183, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb7c7; background: linear-gradient(135deg, #cfb7c7, #CFB7B7);