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