#cf799f
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 121, 159
HSL
334°, 47%, 64%
CMYK
0, 42, 23, 19
Luminance
0.2944
Every format
| HEX | #cf799f |
| RGB | rgb(207, 121, 159) |
| HSL | hsl(334, 47%, 64%) |
| CMYK | cmyk(0%, 42%, 23%, 19%) |
| LAB | lab(61.2 38.4 -5.8) |
| LCH | lch(61.2 38.8 351.4) |
| OKLCH | oklch(0.680 0.116 352.7) |
Copy-ready code
/* CSS */
color: #cf799f;
background-color: #cf799f;
/* Tailwind (arbitrary) */
class="text-[#cf799f] bg-[#cf799f]"
/* SCSS */
$brand: #cf799f;
/* SwiftUI */
Color(red: 0.812, green: 0.475, blue: 0.624)
/* Android */
Color.parseColor("#cf799f")Accessibility — WCAG contrast
Aa
#cf799f on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf799f on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green47.5%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta41.5%
Yellow23.2%
Key (black)18.8%
Color previews
#cf799f text on a black background
contrast 6.89:1
Card sample
#cf799f text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf799f;
Background color
Panel with #cf799f background
background-color: #cf799f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf799f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 121, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 121, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf799f; background: linear-gradient(135deg, #cf799f, #CF8C79);