#cb86cb
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 134, 203
HSL
300°, 40%, 66%
CMYK
0, 34, 0, 20
Luminance
0.3406
Every format
| HEX | #cb86cb |
| RGB | rgb(203, 134, 203) |
| HSL | hsl(300, 40%, 66%) |
| CMYK | cmyk(0%, 34%, 0%, 20%) |
| LAB | lab(65.0 37.4 -25.0) |
| LCH | lch(65.0 45.0 326.3) |
| OKLCH | oklch(0.713 0.124 326.8) |
Copy-ready code
/* CSS */
color: #cb86cb;
background-color: #cb86cb;
/* Tailwind (arbitrary) */
class="text-[#cb86cb] bg-[#cb86cb]"
/* SCSS */
$brand: #cb86cb;
/* SwiftUI */
Color(red: 0.796, green: 0.525, blue: 0.796)
/* Android */
Color.parseColor("#cb86cb")Accessibility — WCAG contrast
Aa
#cb86cb on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb86cb on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green52.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta34.0%
Yellow0.0%
Key (black)20.4%
Color previews
#cb86cb text on a black background
contrast 7.81:1
Card sample
#cb86cb text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb86cb;
Background color
Panel with #cb86cb background
background-color: #cb86cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb86cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 134, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 134, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb86cb; background: linear-gradient(135deg, #cb86cb, #CB869D);