#cb82ce
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 130, 206
HSL
298°, 44%, 66%
CMYK
2, 37, 0, 19
Luminance
0.3312
Every format
| HEX | #cb82ce |
| RGB | rgb(203, 130, 206) |
| HSL | hsl(298, 44%, 66%) |
| CMYK | cmyk(2%, 37%, 0%, 19%) |
| LAB | lab(64.3 40.1 -27.8) |
| LCH | lch(64.3 48.8 325.3) |
| OKLCH | oklch(0.708 0.134 325.5) |
Copy-ready code
/* CSS */
color: #cb82ce;
background-color: #cb82ce;
/* Tailwind (arbitrary) */
class="text-[#cb82ce] bg-[#cb82ce]"
/* SCSS */
$brand: #cb82ce;
/* SwiftUI */
Color(red: 0.796, green: 0.510, blue: 0.808)
/* Android */
Color.parseColor("#cb82ce")Accessibility — WCAG contrast
Aa
#cb82ce on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb82ce on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green51.0%
Blue80.8%
CMYK percentages
Cyan1.5%
Magenta36.9%
Yellow0.0%
Key (black)19.2%
Color previews
#cb82ce text on a black background
contrast 7.62:1
Card sample
#cb82ce text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb82ce;
Background color
Panel with #cb82ce background
background-color: #cb82ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb82ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 130, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 130, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb82ce; background: linear-gradient(135deg, #cb82ce, #CE829E);