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