#cf1cff
a balanced, electric violet · warm · closest name: magenta
RGB
207, 28, 255
HSL
287°, 100%, 56%
CMYK
19, 89, 0, 0
Luminance
0.2132
Every format
| HEX | #cf1cff |
| RGB | rgb(207, 28, 255) |
| HSL | hsl(287, 100%, 56%) |
| CMYK | cmyk(19%, 89%, 0%, 0%) |
| LAB | lab(53.3 88.7 -72.5) |
| LCH | lch(53.3 114.6 320.7) |
| OKLCH | oklch(0.638 0.300 316.9) |
Copy-ready code
/* CSS */
color: #cf1cff;
background-color: #cf1cff;
/* Tailwind (arbitrary) */
class="text-[#cf1cff] bg-[#cf1cff]"
/* SCSS */
$brand: #cf1cff;
/* SwiftUI */
Color(red: 0.812, green: 0.110, blue: 1.000)
/* Android */
Color.parseColor("#cf1cff")Accessibility — WCAG contrast
Aa
#cf1cff on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf1cff on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green11.0%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta89.0%
Yellow0.0%
Key (black)0.0%
Color previews
#cf1cff text on a black background
contrast 5.26:1
Card sample
#cf1cff text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1cff;
Background color
Panel with #cf1cff background
background-color: #cf1cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 28, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 28, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1cff; background: linear-gradient(135deg, #cf1cff, #FF1C98);