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