#cb8acb
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 138, 203
HSL
300°, 39%, 67%
CMYK
0, 32, 0, 20
Luminance
0.3519
Every format
| HEX | #cb8acb |
| RGB | rgb(203, 138, 203) |
| HSL | hsl(300, 39%, 67%) |
| CMYK | cmyk(0%, 32%, 0%, 20%) |
| LAB | lab(65.9 35.3 -23.6) |
| LCH | lch(65.9 42.4 326.2) |
| OKLCH | oklch(0.720 0.117 326.7) |
Copy-ready code
/* CSS */
color: #cb8acb;
background-color: #cb8acb;
/* Tailwind (arbitrary) */
class="text-[#cb8acb] bg-[#cb8acb]"
/* SCSS */
$brand: #cb8acb;
/* SwiftUI */
Color(red: 0.796, green: 0.541, blue: 0.796)
/* Android */
Color.parseColor("#cb8acb")Accessibility — WCAG contrast
Aa
#cb8acb on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb8acb on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green54.1%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow0.0%
Key (black)20.4%
Color previews
#cb8acb text on a black background
contrast 8.04:1
Card sample
#cb8acb text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8acb;
Background color
Panel with #cb8acb background
background-color: #cb8acb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8acb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 138, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 138, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8acb; background: linear-gradient(135deg, #cb8acb, #CB8AA0);