#cf77bc
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 119, 188
HSL
313°, 48%, 64%
CMYK
0, 43, 9, 19
Luminance
0.3009
Every format
| HEX | #cf77bc |
| RGB | rgb(207, 119, 188) |
| HSL | hsl(313, 48%, 64%) |
| CMYK | cmyk(0%, 43%, 9%, 19%) |
| LAB | lab(61.7 44.0 -21.5) |
| LCH | lch(61.7 48.9 333.9) |
| OKLCH | oklch(0.688 0.140 335.5) |
Copy-ready code
/* CSS */
color: #cf77bc;
background-color: #cf77bc;
/* Tailwind (arbitrary) */
class="text-[#cf77bc] bg-[#cf77bc]"
/* SCSS */
$brand: #cf77bc;
/* SwiftUI */
Color(red: 0.812, green: 0.467, blue: 0.737)
/* Android */
Color.parseColor("#cf77bc")Accessibility — WCAG contrast
Aa
#cf77bc on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf77bc on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.7%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta42.5%
Yellow9.2%
Key (black)18.8%
Color previews
#cf77bc text on a black background
contrast 7.02:1
Card sample
#cf77bc text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf77bc;
Background color
Panel with #cf77bc background
background-color: #cf77bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf77bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 119, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 119, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf77bc; background: linear-gradient(135deg, #cf77bc, #CF7781);