#cf7697
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 118, 151
HSL
338°, 48%, 64%
CMYK
0, 43, 27, 19
Luminance
0.2846
Every format
| HEX | #cf7697 |
| RGB | rgb(207, 118, 151) |
| HSL | hsl(338, 48%, 64%) |
| CMYK | cmyk(0%, 43%, 27%, 19%) |
| LAB | lab(60.3 38.8 -2.5) |
| LCH | lch(60.3 38.9 356.3) |
| OKLCH | oklch(0.673 0.117 357.1) |
Copy-ready code
/* CSS */
color: #cf7697;
background-color: #cf7697;
/* Tailwind (arbitrary) */
class="text-[#cf7697] bg-[#cf7697]"
/* SCSS */
$brand: #cf7697;
/* SwiftUI */
Color(red: 0.812, green: 0.463, blue: 0.592)
/* Android */
Color.parseColor("#cf7697")Accessibility — WCAG contrast
Aa
#cf7697 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7697 on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.3%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow27.1%
Key (black)18.8%
Color previews
#cf7697 text on a black background
contrast 6.69:1
Card sample
#cf7697 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7697;
Background color
Panel with #cf7697 background
background-color: #cf7697;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7697;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 118, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 118, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7697; background: linear-gradient(135deg, #cf7697, #CF9076);