#cb82cb
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 130, 203
HSL
300°, 41%, 65%
CMYK
0, 36, 0, 20
Luminance
0.3297
Every format
| HEX | #cb82cb |
| RGB | rgb(203, 130, 203) |
| HSL | hsl(300, 41%, 65%) |
| CMYK | cmyk(0%, 36%, 0%, 20%) |
| LAB | lab(64.1 39.6 -26.3) |
| LCH | lch(64.1 47.5 326.4) |
| OKLCH | oklch(0.707 0.131 326.8) |
Copy-ready code
/* CSS */
color: #cb82cb;
background-color: #cb82cb;
/* Tailwind (arbitrary) */
class="text-[#cb82cb] bg-[#cb82cb]"
/* SCSS */
$brand: #cb82cb;
/* SwiftUI */
Color(red: 0.796, green: 0.510, blue: 0.796)
/* Android */
Color.parseColor("#cb82cb")Accessibility — WCAG contrast
Aa
#cb82cb on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb82cb on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green51.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow0.0%
Key (black)20.4%
Color previews
#cb82cb text on a black background
contrast 7.59:1
Card sample
#cb82cb text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb82cb;
Background color
Panel with #cb82cb background
background-color: #cb82cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb82cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 130, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 130, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb82cb; background: linear-gradient(135deg, #cb82cb, #CB829A);