#cf22cc
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 34, 204
HSL
301°, 72%, 47%
CMYK
0, 84, 1, 19
Luminance
0.1877
Every format
| HEX | #cf22cc |
| RGB | rgb(207, 34, 204) |
| HSL | hsl(301, 72%, 47%) |
| CMYK | cmyk(0%, 84%, 1%, 19%) |
| LAB | lab(50.4 79.5 -48.3) |
| LCH | lch(50.4 93.0 328.7) |
| OKLCH | oklch(0.608 0.261 329.0) |
Copy-ready code
/* CSS */
color: #cf22cc;
background-color: #cf22cc;
/* Tailwind (arbitrary) */
class="text-[#cf22cc] bg-[#cf22cc]"
/* SCSS */
$brand: #cf22cc;
/* SwiftUI */
Color(red: 0.812, green: 0.133, blue: 0.800)
/* Android */
Color.parseColor("#cf22cc")Accessibility — WCAG contrast
Aa
#cf22cc on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf22cc on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green13.3%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta83.6%
Yellow1.4%
Key (black)18.8%
Color previews
#cf22cc text on a black background
contrast 4.75:1
Card sample
#cf22cc text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf22cc;
Background color
Panel with #cf22cc background
background-color: #cf22cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf22cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 34, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 34, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf22cc; background: linear-gradient(135deg, #cf22cc, #CF2259);