#cf779d
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 119, 157
HSL
334°, 48%, 64%
CMYK
0, 43, 24, 19
Luminance
0.2889
Every format
| HEX | #cf779d |
| RGB | rgb(207, 119, 157) |
| HSL | hsl(334, 48%, 64%) |
| CMYK | cmyk(0%, 43%, 24%, 19%) |
| LAB | lab(60.7 39.1 -5.4) |
| LCH | lch(60.7 39.5 352.2) |
| OKLCH | oklch(0.676 0.118 353.4) |
Copy-ready code
/* CSS */
color: #cf779d;
background-color: #cf779d;
/* Tailwind (arbitrary) */
class="text-[#cf779d] bg-[#cf779d]"
/* SCSS */
$brand: #cf779d;
/* SwiftUI */
Color(red: 0.812, green: 0.467, blue: 0.616)
/* Android */
Color.parseColor("#cf779d")Accessibility — WCAG contrast
Aa
#cf779d on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf779d on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.7%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta42.5%
Yellow24.2%
Key (black)18.8%
Color previews
#cf779d text on a black background
contrast 6.78:1
Card sample
#cf779d text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf779d;
Background color
Panel with #cf779d background
background-color: #cf779d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf779d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 119, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 119, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf779d; background: linear-gradient(135deg, #cf779d, #CF8C77);