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