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