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