#cba7cd
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 167, 205
HSL
297°, 28%, 73%
CMYK
1, 19, 0, 20
Luminance
0.4474
Every format
| HEX | #cba7cd |
| RGB | rgb(203, 167, 205) |
| HSL | hsl(297, 28%, 73%) |
| CMYK | cmyk(1%, 19%, 0%, 20%) |
| LAB | lab(72.7 19.8 -14.4) |
| LCH | lch(72.7 24.4 324.0) |
| OKLCH | oklch(0.772 0.066 324.5) |
Copy-ready code
/* CSS */
color: #cba7cd;
background-color: #cba7cd;
/* Tailwind (arbitrary) */
class="text-[#cba7cd] bg-[#cba7cd]"
/* SCSS */
$brand: #cba7cd;
/* SwiftUI */
Color(red: 0.796, green: 0.655, blue: 0.804)
/* Android */
Color.parseColor("#cba7cd")Accessibility — WCAG contrast
Aa
#cba7cd on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba7cd on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green65.5%
Blue80.4%
CMYK percentages
Cyan1.0%
Magenta18.5%
Yellow0.0%
Key (black)19.6%
Color previews
#cba7cd text on a black background
contrast 9.95:1
Card sample
#cba7cd text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba7cd;
Background color
Panel with #cba7cd background
background-color: #cba7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 167, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 167, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba7cd; background: linear-gradient(135deg, #cba7cd, #CDA7B6);