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