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