#cb8dcd
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 141, 205
HSL
298°, 39%, 68%
CMYK
1, 31, 0, 20
Luminance
0.3615
Every format
| HEX | #cb8dcd |
| RGB | rgb(203, 141, 205) |
| HSL | hsl(298, 39%, 68%) |
| CMYK | cmyk(1%, 31%, 0%, 20%) |
| LAB | lab(66.6 34.0 -23.6) |
| LCH | lch(66.6 41.4 325.2) |
| OKLCH | oklch(0.726 0.113 325.6) |
Copy-ready code
/* CSS */
color: #cb8dcd;
background-color: #cb8dcd;
/* Tailwind (arbitrary) */
class="text-[#cb8dcd] bg-[#cb8dcd]"
/* SCSS */
$brand: #cb8dcd;
/* SwiftUI */
Color(red: 0.796, green: 0.553, blue: 0.804)
/* Android */
Color.parseColor("#cb8dcd")Accessibility — WCAG contrast
Aa
#cb8dcd on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb8dcd on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green55.3%
Blue80.4%
CMYK percentages
Cyan1.0%
Magenta31.2%
Yellow0.0%
Key (black)19.6%
Color previews
#cb8dcd text on a black background
contrast 8.23:1
Card sample
#cb8dcd text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8dcd;
Background color
Panel with #cb8dcd background
background-color: #cb8dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 141, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 141, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8dcd; background: linear-gradient(135deg, #cb8dcd, #CD8DA4);