#cf20cf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 32, 207
HSL
300°, 73%, 47%
CMYK
0, 85, 0, 19
Luminance
0.1880
Every format
| HEX | #cf20cf |
| RGB | rgb(207, 32, 207) |
| HSL | hsl(300, 73%, 47%) |
| CMYK | cmyk(0%, 85%, 0%, 19%) |
| LAB | lab(50.5 80.3 -50.0) |
| LCH | lch(50.5 94.6 328.1) |
| OKLCH | oklch(0.608 0.264 328.2) |
Copy-ready code
/* CSS */
color: #cf20cf;
background-color: #cf20cf;
/* Tailwind (arbitrary) */
class="text-[#cf20cf] bg-[#cf20cf]"
/* SCSS */
$brand: #cf20cf;
/* SwiftUI */
Color(red: 0.812, green: 0.125, blue: 0.812)
/* Android */
Color.parseColor("#cf20cf")Accessibility — WCAG contrast
Aa
#cf20cf on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf20cf on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green12.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta84.5%
Yellow0.0%
Key (black)18.8%
Color previews
#cf20cf text on a black background
contrast 4.76:1
Card sample
#cf20cf text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf20cf;
Background color
Panel with #cf20cf background
background-color: #cf20cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf20cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 32, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 32, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf20cf; background: linear-gradient(135deg, #cf20cf, #CF205A);