#cb83cf
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 131, 207
HSL
297°, 44%, 66%
CMYK
2, 37, 0, 19
Luminance
0.3343
Every format
| HEX | #cb83cf |
| RGB | rgb(203, 131, 207) |
| HSL | hsl(297, 44%, 66%) |
| CMYK | cmyk(2%, 37%, 0%, 19%) |
| LAB | lab(64.5 39.8 -28.0) |
| LCH | lch(64.5 48.6 324.9) |
| OKLCH | oklch(0.710 0.133 325.0) |
Copy-ready code
/* CSS */
color: #cb83cf;
background-color: #cb83cf;
/* Tailwind (arbitrary) */
class="text-[#cb83cf] bg-[#cb83cf]"
/* SCSS */
$brand: #cb83cf;
/* SwiftUI */
Color(red: 0.796, green: 0.514, blue: 0.812)
/* Android */
Color.parseColor("#cb83cf")Accessibility — WCAG contrast
Aa
#cb83cf on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb83cf on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green51.4%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta36.7%
Yellow0.0%
Key (black)18.8%
Color previews
#cb83cf text on a black background
contrast 7.69:1
Card sample
#cb83cf text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb83cf;
Background color
Panel with #cb83cf background
background-color: #cb83cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb83cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 131, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 131, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb83cf; background: linear-gradient(135deg, #cb83cf, #CF83A0);