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