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