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