#cf769f
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 118, 159
HSL
332°, 48%, 64%
CMYK
0, 43, 23, 19
Luminance
0.2873
Every format
| HEX | #cf769f |
| RGB | rgb(207, 118, 159) |
| HSL | hsl(332, 48%, 64%) |
| CMYK | cmyk(0%, 43%, 23%, 19%) |
| LAB | lab(60.5 39.9 -6.7) |
| LCH | lch(60.5 40.5 350.4) |
| OKLCH | oklch(0.676 0.121 351.8) |
Copy-ready code
/* CSS */
color: #cf769f;
background-color: #cf769f;
/* Tailwind (arbitrary) */
class="text-[#cf769f] bg-[#cf769f]"
/* SCSS */
$brand: #cf769f;
/* SwiftUI */
Color(red: 0.812, green: 0.463, blue: 0.624)
/* Android */
Color.parseColor("#cf769f")Accessibility — WCAG contrast
Aa
#cf769f on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf769f on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.3%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow23.2%
Key (black)18.8%
Color previews
#cf769f text on a black background
contrast 6.75:1
Card sample
#cf769f text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf769f;
Background color
Panel with #cf769f background
background-color: #cf769f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf769f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 118, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 118, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf769f; background: linear-gradient(135deg, #cf769f, #CF8876);