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