#cf7598
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 117, 152
HSL
337°, 48%, 64%
CMYK
0, 44, 27, 19
Luminance
0.2825
Every format
| HEX | #cf7598 |
| RGB | rgb(207, 117, 152) |
| HSL | hsl(337, 48%, 64%) |
| CMYK | cmyk(0%, 44%, 27%, 19%) |
| LAB | lab(60.1 39.5 -3.3) |
| LCH | lch(60.1 39.6 355.2) |
| OKLCH | oklch(0.672 0.119 356.0) |
Copy-ready code
/* CSS */
color: #cf7598;
background-color: #cf7598;
/* Tailwind (arbitrary) */
class="text-[#cf7598] bg-[#cf7598]"
/* SCSS */
$brand: #cf7598;
/* SwiftUI */
Color(red: 0.812, green: 0.459, blue: 0.596)
/* Android */
Color.parseColor("#cf7598")Accessibility — WCAG contrast
Aa
#cf7598 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7598 on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.9%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow26.6%
Key (black)18.8%
Color previews
#cf7598 text on a black background
contrast 6.65:1
Card sample
#cf7598 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7598;
Background color
Panel with #cf7598 background
background-color: #cf7598;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7598;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 117, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 117, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7598; background: linear-gradient(135deg, #cf7598, #CF8E75);