#cf83ce
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 131, 206
HSL
301°, 44%, 66%
CMYK
0, 37, 1, 19
Luminance
0.3395
Every format
| HEX | #cf83ce |
| RGB | rgb(207, 131, 206) |
| HSL | hsl(301, 44%, 66%) |
| CMYK | cmyk(0%, 37%, 1%, 19%) |
| LAB | lab(64.9 40.8 -26.7) |
| LCH | lch(64.9 48.8 326.8) |
| OKLCH | oklch(0.714 0.135 327.3) |
Copy-ready code
/* CSS */
color: #cf83ce;
background-color: #cf83ce;
/* Tailwind (arbitrary) */
class="text-[#cf83ce] bg-[#cf83ce]"
/* SCSS */
$brand: #cf83ce;
/* SwiftUI */
Color(red: 0.812, green: 0.514, blue: 0.808)
/* Android */
Color.parseColor("#cf83ce")Accessibility — WCAG contrast
Aa
#cf83ce on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf83ce on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green51.4%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta36.7%
Yellow0.5%
Key (black)18.8%
Color previews
#cf83ce text on a black background
contrast 7.79:1
Card sample
#cf83ce text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf83ce;
Background color
Panel with #cf83ce background
background-color: #cf83ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf83ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 131, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 131, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf83ce; background: linear-gradient(135deg, #cf83ce, #CF839B);