#cf22fd
a balanced, electric violet · warm · closest name: magenta
RGB
207, 34, 253
HSL
287°, 98%, 56%
CMYK
18, 87, 0, 1
Luminance
0.2150
Every format
| HEX | #cf22fd |
| RGB | rgb(207, 34, 253) |
| HSL | hsl(287, 98%, 56%) |
| CMYK | cmyk(18%, 87%, 0%, 1%) |
| LAB | lab(53.5 87.3 -71.1) |
| LCH | lch(53.5 112.6 320.8) |
| OKLCH | oklch(0.639 0.295 317.2) |
Copy-ready code
/* CSS */
color: #cf22fd;
background-color: #cf22fd;
/* Tailwind (arbitrary) */
class="text-[#cf22fd] bg-[#cf22fd]"
/* SCSS */
$brand: #cf22fd;
/* SwiftUI */
Color(red: 0.812, green: 0.133, blue: 0.992)
/* Android */
Color.parseColor("#cf22fd")Accessibility — WCAG contrast
Aa
#cf22fd on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf22fd on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green13.3%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta86.6%
Yellow0.0%
Key (black)0.8%
Color previews
#cf22fd text on a black background
contrast 5.30:1
Card sample
#cf22fd text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf22fd;
Background color
Panel with #cf22fd background
background-color: #cf22fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf22fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 34, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 34, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf22fd; background: linear-gradient(135deg, #cf22fd, #FD2299);