#cb9dcd
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 157, 205
HSL
298°, 32%, 71%
CMYK
1, 23, 0, 20
Luminance
0.4122
Every format
| HEX | #cb9dcd |
| RGB | rgb(203, 157, 205) |
| HSL | hsl(298, 32%, 71%) |
| CMYK | cmyk(1%, 23%, 0%, 20%) |
| LAB | lab(70.3 25.2 -18.0) |
| LCH | lch(70.3 31.0 324.5) |
| OKLCH | oklch(0.754 0.085 325.0) |
Copy-ready code
/* CSS */
color: #cb9dcd;
background-color: #cb9dcd;
/* Tailwind (arbitrary) */
class="text-[#cb9dcd] bg-[#cb9dcd]"
/* SCSS */
$brand: #cb9dcd;
/* SwiftUI */
Color(red: 0.796, green: 0.616, blue: 0.804)
/* Android */
Color.parseColor("#cb9dcd")Accessibility — WCAG contrast
Aa
#cb9dcd on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb9dcd on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green61.6%
Blue80.4%
CMYK percentages
Cyan1.0%
Magenta23.4%
Yellow0.0%
Key (black)19.6%
Color previews
#cb9dcd text on a black background
contrast 9.24:1
Card sample
#cb9dcd text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb9dcd;
Background color
Panel with #cb9dcd background
background-color: #cb9dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb9dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 157, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 157, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb9dcd; background: linear-gradient(135deg, #cb9dcd, #CD9DAF);