#cfb3c8
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 179, 200
HSL
315°, 23%, 76%
CMYK
0, 14, 3, 19
Luminance
0.4968
Every format
| HEX | #cfb3c8 |
| RGB | rgb(207, 179, 200) |
| HSL | hsl(315, 23%, 76%) |
| CMYK | cmyk(0%, 14%, 3%, 19%) |
| LAB | lab(75.9 13.7 -6.9) |
| LCH | lch(75.9 15.3 333.2) |
| OKLCH | oklch(0.797 0.043 334.8) |
Copy-ready code
/* CSS */
color: #cfb3c8;
background-color: #cfb3c8;
/* Tailwind (arbitrary) */
class="text-[#cfb3c8] bg-[#cfb3c8]"
/* SCSS */
$brand: #cfb3c8;
/* SwiftUI */
Color(red: 0.812, green: 0.702, blue: 0.784)
/* Android */
Color.parseColor("#cfb3c8")Accessibility — WCAG contrast
Aa
#cfb3c8 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb3c8 on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.2%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow3.4%
Key (black)18.8%
Color previews
#cfb3c8 text on a black background
contrast 10.94:1
Card sample
#cfb3c8 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb3c8;
Background color
Panel with #cfb3c8 background
background-color: #cfb3c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb3c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 179, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 179, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb3c8; background: linear-gradient(135deg, #cfb3c8, #CFB3B5);