#cf73b2
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 115, 178
HSL
319°, 49%, 63%
CMYK
0, 44, 14, 19
Luminance
0.2874
Every format
| HEX | #cf73b2 |
| RGB | rgb(207, 115, 178) |
| HSL | hsl(319, 49%, 63%) |
| CMYK | cmyk(0%, 44%, 14%, 19%) |
| LAB | lab(60.5 44.4 -17.6) |
| LCH | lch(60.5 47.8 338.4) |
| OKLCH | oklch(0.678 0.139 340.2) |
Copy-ready code
/* CSS */
color: #cf73b2;
background-color: #cf73b2;
/* Tailwind (arbitrary) */
class="text-[#cf73b2] bg-[#cf73b2]"
/* SCSS */
$brand: #cf73b2;
/* SwiftUI */
Color(red: 0.812, green: 0.451, blue: 0.698)
/* Android */
Color.parseColor("#cf73b2")Accessibility — WCAG contrast
Aa
#cf73b2 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf73b2 on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.1%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow14.0%
Key (black)18.8%
Color previews
#cf73b2 text on a black background
contrast 6.75:1
Card sample
#cf73b2 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf73b2;
Background color
Panel with #cf73b2 background
background-color: #cf73b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf73b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 115, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 115, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf73b2; background: linear-gradient(135deg, #cf73b2, #CF7375);