#cfb3c2
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 179, 194
HSL
328°, 23%, 76%
CMYK
0, 14, 6, 19
Luminance
0.4940
Every format
| HEX | #cfb3c2 |
| RGB | rgb(207, 179, 194) |
| HSL | hsl(328, 23%, 76%) |
| CMYK | cmyk(0%, 14%, 6%, 19%) |
| LAB | lab(75.7 12.6 -3.9) |
| LCH | lch(75.7 13.2 342.9) |
| OKLCH | oklch(0.795 0.038 344.5) |
Copy-ready code
/* CSS */
color: #cfb3c2;
background-color: #cfb3c2;
/* Tailwind (arbitrary) */
class="text-[#cfb3c2] bg-[#cfb3c2]"
/* SCSS */
$brand: #cfb3c2;
/* SwiftUI */
Color(red: 0.812, green: 0.702, blue: 0.761)
/* Android */
Color.parseColor("#cfb3c2")Accessibility — WCAG contrast
Aa
#cfb3c2 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb3c2 on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.2%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow6.3%
Key (black)18.8%
Color previews
#cfb3c2 text on a black background
contrast 10.88:1
Card sample
#cfb3c2 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb3c2;
Background color
Panel with #cfb3c2 background
background-color: #cfb3c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb3c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 179, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 179, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb3c2; background: linear-gradient(135deg, #cfb3c2, #CFB7B3);