#cf77ab
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 119, 171
HSL
325°, 48%, 64%
CMYK
0, 43, 17, 19
Luminance
0.2940
Every format
| HEX | #cf77ab |
| RGB | rgb(207, 119, 171) |
| HSL | hsl(325, 48%, 64%) |
| CMYK | cmyk(0%, 43%, 17%, 19%) |
| LAB | lab(61.1 41.2 -12.7) |
| LCH | lch(61.1 43.1 342.9) |
| OKLCH | oklch(0.681 0.127 344.6) |
Copy-ready code
/* CSS */
color: #cf77ab;
background-color: #cf77ab;
/* Tailwind (arbitrary) */
class="text-[#cf77ab] bg-[#cf77ab]"
/* SCSS */
$brand: #cf77ab;
/* SwiftUI */
Color(red: 0.812, green: 0.467, blue: 0.671)
/* Android */
Color.parseColor("#cf77ab")Accessibility — WCAG contrast
Aa
#cf77ab on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf77ab on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.7%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta42.5%
Yellow17.4%
Key (black)18.8%
Color previews
#cf77ab text on a black background
contrast 6.88:1
Card sample
#cf77ab text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf77ab;
Background color
Panel with #cf77ab background
background-color: #cf77ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf77ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 119, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 119, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf77ab; background: linear-gradient(135deg, #cf77ab, #CF7E77);