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