#cba3cb
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 163, 203
HSL
300°, 28%, 72%
CMYK
0, 20, 0, 20
Luminance
0.4320
Every format
| HEX | #cba3cb |
| RGB | rgb(203, 163, 203) |
| HSL | hsl(300, 28%, 72%) |
| CMYK | cmyk(0%, 20%, 0%, 20%) |
| LAB | lab(71.7 21.6 -14.8) |
| LCH | lch(71.7 26.2 325.5) |
| OKLCH | oklch(0.764 0.072 326.2) |
Copy-ready code
/* CSS */
color: #cba3cb;
background-color: #cba3cb;
/* Tailwind (arbitrary) */
class="text-[#cba3cb] bg-[#cba3cb]"
/* SCSS */
$brand: #cba3cb;
/* SwiftUI */
Color(red: 0.796, green: 0.639, blue: 0.796)
/* Android */
Color.parseColor("#cba3cb")Accessibility — WCAG contrast
Aa
#cba3cb on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba3cb on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green63.9%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow0.0%
Key (black)20.4%
Color previews
#cba3cb text on a black background
contrast 9.64:1
Card sample
#cba3cb text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba3cb;
Background color
Panel with #cba3cb background
background-color: #cba3cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba3cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 163, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 163, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba3cb; background: linear-gradient(135deg, #cba3cb, #CBA3B0);