#cb8fc8
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 143, 200
HSL
303°, 37%, 68%
CMYK
0, 30, 2, 20
Luminance
0.3651
Every format
| HEX | #cb8fc8 |
| RGB | rgb(203, 143, 200) |
| HSL | hsl(303, 37%, 68%) |
| CMYK | cmyk(0%, 30%, 2%, 20%) |
| LAB | lab(66.9 32.0 -20.4) |
| LCH | lch(66.9 37.9 327.5) |
| OKLCH | oklch(0.727 0.105 328.3) |
Copy-ready code
/* CSS */
color: #cb8fc8;
background-color: #cb8fc8;
/* Tailwind (arbitrary) */
class="text-[#cb8fc8] bg-[#cb8fc8]"
/* SCSS */
$brand: #cb8fc8;
/* SwiftUI */
Color(red: 0.796, green: 0.561, blue: 0.784)
/* Android */
Color.parseColor("#cb8fc8")Accessibility — WCAG contrast
Aa
#cb8fc8 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb8fc8 on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green56.1%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow1.5%
Key (black)20.4%
Color previews
#cb8fc8 text on a black background
contrast 8.30:1
Card sample
#cb8fc8 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8fc8;
Background color
Panel with #cb8fc8 background
background-color: #cb8fc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8fc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 143, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 143, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8fc8; background: linear-gradient(135deg, #cb8fc8, #CB8FA0);