#cfb7cc
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 183, 204
HSL
308°, 20%, 77%
CMYK
0, 12, 1, 19
Luminance
0.5149
Every format
| HEX | #cfb7cc |
| RGB | rgb(207, 183, 204) |
| HSL | hsl(308, 20%, 77%) |
| CMYK | cmyk(0%, 12%, 1%, 19%) |
| LAB | lab(77.0 12.2 -7.4) |
| LCH | lch(77.0 14.3 328.7) |
| OKLCH | oklch(0.806 0.039 330.0) |
Copy-ready code
/* CSS */
color: #cfb7cc;
background-color: #cfb7cc;
/* Tailwind (arbitrary) */
class="text-[#cfb7cc] bg-[#cfb7cc]"
/* SCSS */
$brand: #cfb7cc;
/* SwiftUI */
Color(red: 0.812, green: 0.718, blue: 0.800)
/* Android */
Color.parseColor("#cfb7cc")Accessibility — WCAG contrast
Aa
#cfb7cc on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb7cc on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.8%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow1.4%
Key (black)18.8%
Color previews
#cfb7cc text on a black background
contrast 11.30:1
Card sample
#cfb7cc text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb7cc;
Background color
Panel with #cfb7cc background
background-color: #cfb7cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb7cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 183, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 183, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb7cc; background: linear-gradient(135deg, #cfb7cc, #CFB7BC);