#cba4cd
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 164, 205
HSL
297°, 29%, 72%
CMYK
1, 20, 0, 20
Luminance
0.4366
Every format
| HEX | #cba4cd |
| RGB | rgb(203, 164, 205) |
| HSL | hsl(297, 29%, 72%) |
| CMYK | cmyk(1%, 20%, 0%, 20%) |
| LAB | lab(72.0 21.4 -15.5) |
| LCH | lch(72.0 26.4 324.2) |
| OKLCH | oklch(0.767 0.072 324.7) |
Copy-ready code
/* CSS */
color: #cba4cd;
background-color: #cba4cd;
/* Tailwind (arbitrary) */
class="text-[#cba4cd] bg-[#cba4cd]"
/* SCSS */
$brand: #cba4cd;
/* SwiftUI */
Color(red: 0.796, green: 0.643, blue: 0.804)
/* Android */
Color.parseColor("#cba4cd")Accessibility — WCAG contrast
Aa
#cba4cd on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba4cd on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green64.3%
Blue80.4%
CMYK percentages
Cyan1.0%
Magenta20.0%
Yellow0.0%
Key (black)19.6%
Color previews
#cba4cd text on a black background
contrast 9.73:1
Card sample
#cba4cd text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba4cd;
Background color
Panel with #cba4cd background
background-color: #cba4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 164, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 164, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba4cd; background: linear-gradient(135deg, #cba4cd, #CDA4B4);