#cba7cf
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 167, 207
HSL
294°, 29%, 73%
CMYK
2, 19, 0, 19
Luminance
0.4484
Every format
| HEX | #cba7cf |
| RGB | rgb(203, 167, 207) |
| HSL | hsl(294, 29%, 73%) |
| CMYK | cmyk(2%, 19%, 0%, 19%) |
| LAB | lab(72.8 20.1 -15.4) |
| LCH | lch(72.8 25.3 322.7) |
| OKLCH | oklch(0.773 0.069 323.0) |
Copy-ready code
/* CSS */
color: #cba7cf;
background-color: #cba7cf;
/* Tailwind (arbitrary) */
class="text-[#cba7cf] bg-[#cba7cf]"
/* SCSS */
$brand: #cba7cf;
/* SwiftUI */
Color(red: 0.796, green: 0.655, blue: 0.812)
/* Android */
Color.parseColor("#cba7cf")Accessibility — WCAG contrast
Aa
#cba7cf on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba7cf on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green65.5%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta19.3%
Yellow0.0%
Key (black)18.8%
Color previews
#cba7cf text on a black background
contrast 9.97:1
Card sample
#cba7cf text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba7cf;
Background color
Panel with #cba7cf background
background-color: #cba7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 167, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 167, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba7cf; background: linear-gradient(135deg, #cba7cf, #CFA7B8);