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