#cba7cb
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 167, 203
HSL
300°, 26%, 73%
CMYK
0, 18, 0, 20
Luminance
0.4465
Every format
| HEX | #cba7cb |
| RGB | rgb(203, 167, 203) |
| HSL | hsl(300, 26%, 73%) |
| CMYK | cmyk(0%, 18%, 0%, 20%) |
| LAB | lab(72.7 19.4 -13.4) |
| LCH | lch(72.7 23.5 325.4) |
| OKLCH | oklch(0.772 0.064 326.2) |
Copy-ready code
/* CSS */
color: #cba7cb;
background-color: #cba7cb;
/* Tailwind (arbitrary) */
class="text-[#cba7cb] bg-[#cba7cb]"
/* SCSS */
$brand: #cba7cb;
/* SwiftUI */
Color(red: 0.796, green: 0.655, blue: 0.796)
/* Android */
Color.parseColor("#cba7cb")Accessibility — WCAG contrast
Aa
#cba7cb on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba7cb on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green65.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow0.0%
Key (black)20.4%
Color previews
#cba7cb text on a black background
contrast 9.93:1
Card sample
#cba7cb text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba7cb;
Background color
Panel with #cba7cb background
background-color: #cba7cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba7cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 167, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 167, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba7cb; background: linear-gradient(135deg, #cba7cb, #CBA7B3);