#cf74ab
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 116, 171
HSL
324°, 49%, 63%
CMYK
0, 44, 17, 19
Luminance
0.2870
Every format
| HEX | #cf74ab |
| RGB | rgb(207, 116, 171) |
| HSL | hsl(324, 49%, 63%) |
| CMYK | cmyk(0%, 44%, 17%, 19%) |
| LAB | lab(60.5 42.8 -13.7) |
| LCH | lch(60.5 44.9 342.3) |
| OKLCH | oklch(0.677 0.132 344.1) |
Copy-ready code
/* CSS */
color: #cf74ab;
background-color: #cf74ab;
/* Tailwind (arbitrary) */
class="text-[#cf74ab] bg-[#cf74ab]"
/* SCSS */
$brand: #cf74ab;
/* SwiftUI */
Color(red: 0.812, green: 0.455, blue: 0.671)
/* Android */
Color.parseColor("#cf74ab")Accessibility — WCAG contrast
Aa
#cf74ab on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf74ab on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta44.0%
Yellow17.4%
Key (black)18.8%
Color previews
#cf74ab text on a black background
contrast 6.74:1
Card sample
#cf74ab text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf74ab;
Background color
Panel with #cf74ab background
background-color: #cf74ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf74ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 116, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 116, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf74ab; background: linear-gradient(135deg, #cf74ab, #CF7974);