#cba0cb
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 160, 203
HSL
300°, 29%, 71%
CMYK
0, 21, 0, 20
Luminance
0.4215
Every format
| HEX | #cba0cb |
| RGB | rgb(203, 160, 203) |
| HSL | hsl(300, 29%, 71%) |
| CMYK | cmyk(0%, 21%, 0%, 20%) |
| LAB | lab(71.0 23.2 -15.9) |
| LCH | lch(71.0 28.1 325.6) |
| OKLCH | oklch(0.759 0.077 326.3) |
Copy-ready code
/* CSS */
color: #cba0cb;
background-color: #cba0cb;
/* Tailwind (arbitrary) */
class="text-[#cba0cb] bg-[#cba0cb]"
/* SCSS */
$brand: #cba0cb;
/* SwiftUI */
Color(red: 0.796, green: 0.627, blue: 0.796)
/* Android */
Color.parseColor("#cba0cb")Accessibility — WCAG contrast
Aa
#cba0cb on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba0cb on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green62.7%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow0.0%
Key (black)20.4%
Color previews
#cba0cb text on a black background
contrast 9.43:1
Card sample
#cba0cb text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba0cb;
Background color
Panel with #cba0cb background
background-color: #cba0cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba0cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 160, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 160, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba0cb; background: linear-gradient(135deg, #cba0cb, #CBA0AE);