#cf7690
a balanced, vivid magenta / pink · warm · closest name: pink
RGB
207, 118, 144
HSL
343°, 48%, 64%
CMYK
0, 43, 30, 19
Luminance
0.2824
Every format
| HEX | #cf7690 |
| RGB | rgb(207, 118, 144) |
| HSL | hsl(343, 48%, 64%) |
| CMYK | cmyk(0%, 43%, 30%, 19%) |
| LAB | lab(60.1 37.9 1.3) |
| LCH | lch(60.1 37.9 1.9) |
| OKLCH | oklch(0.671 0.115 1.9) |
Copy-ready code
/* CSS */
color: #cf7690;
background-color: #cf7690;
/* Tailwind (arbitrary) */
class="text-[#cf7690] bg-[#cf7690]"
/* SCSS */
$brand: #cf7690;
/* SwiftUI */
Color(red: 0.812, green: 0.463, blue: 0.565)
/* Android */
Color.parseColor("#cf7690")Accessibility — WCAG contrast
Aa
#cf7690 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7690 on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.3%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow30.4%
Key (black)18.8%
Color previews
#cf7690 text on a black background
contrast 6.65:1
Card sample
#cf7690 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7690;
Background color
Panel with #cf7690 background
background-color: #cf7690;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7690;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 118, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 118, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7690; background: linear-gradient(135deg, #cf7690, #CF9776);