#cb8eb5
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 142, 181
HSL
322°, 37%, 68%
CMYK
0, 30, 11, 20
Luminance
0.3538
Every format
| HEX | #cb8eb5 |
| RGB | rgb(203, 142, 181) |
| HSL | hsl(322, 37%, 68%) |
| CMYK | cmyk(0%, 30%, 11%, 20%) |
| LAB | lab(66.0 29.1 -11.1) |
| LCH | lch(66.0 31.2 339.2) |
| OKLCH | oklch(0.719 0.090 340.9) |
Copy-ready code
/* CSS */
color: #cb8eb5;
background-color: #cb8eb5;
/* Tailwind (arbitrary) */
class="text-[#cb8eb5] bg-[#cb8eb5]"
/* SCSS */
$brand: #cb8eb5;
/* SwiftUI */
Color(red: 0.796, green: 0.557, blue: 0.710)
/* Android */
Color.parseColor("#cb8eb5")Accessibility — WCAG contrast
Aa
#cb8eb5 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb8eb5 on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green55.7%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow10.8%
Key (black)20.4%
Color previews
#cb8eb5 text on a black background
contrast 8.08:1
Card sample
#cb8eb5 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8eb5;
Background color
Panel with #cb8eb5 background
background-color: #cb8eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 142, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 142, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8eb5; background: linear-gradient(135deg, #cb8eb5, #CB8F8E);