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