#cba4cc
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 164, 204
HSL
299°, 28%, 72%
CMYK
1, 20, 0, 20
Luminance
0.4361
Every format
| HEX | #cba4cc |
| RGB | rgb(203, 164, 204) |
| HSL | hsl(299, 28%, 72%) |
| CMYK | cmyk(1%, 20%, 0%, 20%) |
| LAB | lab(72.0 21.2 -15.0) |
| LCH | lch(72.0 26.0 324.8) |
| OKLCH | oklch(0.766 0.071 325.5) |
Copy-ready code
/* CSS */
color: #cba4cc;
background-color: #cba4cc;
/* Tailwind (arbitrary) */
class="text-[#cba4cc] bg-[#cba4cc]"
/* SCSS */
$brand: #cba4cc;
/* SwiftUI */
Color(red: 0.796, green: 0.643, blue: 0.800)
/* Android */
Color.parseColor("#cba4cc")Accessibility — WCAG contrast
Aa
#cba4cc on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba4cc on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green64.3%
Blue80.0%
CMYK percentages
Cyan0.5%
Magenta19.6%
Yellow0.0%
Key (black)20.0%
Color previews
#cba4cc text on a black background
contrast 9.72:1
Card sample
#cba4cc text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba4cc;
Background color
Panel with #cba4cc background
background-color: #cba4cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba4cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 164, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 164, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba4cc; background: linear-gradient(135deg, #cba4cc, #CCA4B2);