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