#cf2ad7
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 42, 215
HSL
297°, 68%, 50%
CMYK
4, 81, 0, 16
Luminance
0.1983
Every format
| HEX | #cf2ad7 |
| RGB | rgb(207, 42, 215) |
| HSL | hsl(297, 68%, 50%) |
| CMYK | cmyk(4%, 81%, 0%, 16%) |
| LAB | lab(51.6 79.4 -52.7) |
| LCH | lch(51.6 95.3 326.4) |
| OKLCH | oklch(0.618 0.263 326.0) |
Copy-ready code
/* CSS */
color: #cf2ad7;
background-color: #cf2ad7;
/* Tailwind (arbitrary) */
class="text-[#cf2ad7] bg-[#cf2ad7]"
/* SCSS */
$brand: #cf2ad7;
/* SwiftUI */
Color(red: 0.812, green: 0.165, blue: 0.843)
/* Android */
Color.parseColor("#cf2ad7")Accessibility — WCAG contrast
Aa
#cf2ad7 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2ad7 on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green16.5%
Blue84.3%
CMYK percentages
Cyan3.7%
Magenta80.5%
Yellow0.0%
Key (black)15.7%
Color previews
#cf2ad7 text on a black background
contrast 4.97:1
Card sample
#cf2ad7 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2ad7;
Background color
Panel with #cf2ad7 background
background-color: #cf2ad7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2ad7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 42, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 42, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2ad7; background: linear-gradient(135deg, #cf2ad7, #D72A6C);