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