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