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