#cb80cf
a light, vivid magenta / pink · warm · closest name: plum
RGB
203, 128, 207
HSL
297°, 45%, 66%
CMYK
2, 38, 0, 19
Luminance
0.3264
Every format
| HEX | #cb80cf |
| RGB | rgb(203, 128, 207) |
| HSL | hsl(297, 45%, 66%) |
| CMYK | cmyk(2%, 38%, 0%, 19%) |
| LAB | lab(63.9 41.4 -29.0) |
| LCH | lch(63.9 50.5 325.0) |
| OKLCH | oklch(0.705 0.138 325.1) |
Copy-ready code
/* CSS */
color: #cb80cf;
background-color: #cb80cf;
/* Tailwind (arbitrary) */
class="text-[#cb80cf] bg-[#cb80cf]"
/* SCSS */
$brand: #cb80cf;
/* SwiftUI */
Color(red: 0.796, green: 0.502, blue: 0.812)
/* Android */
Color.parseColor("#cb80cf")Accessibility — WCAG contrast
Aa
#cb80cf on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb80cf on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green50.2%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta38.2%
Yellow0.0%
Key (black)18.8%
Color previews
#cb80cf text on a black background
contrast 7.53:1
Card sample
#cb80cf text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb80cf;
Background color
Panel with #cb80cf background
background-color: #cb80cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb80cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 128, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 128, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb80cf; background: linear-gradient(135deg, #cb80cf, #CF809E);