#cf2aff
a balanced, electric violet · warm · closest name: magenta
RGB
207, 42, 255
HSL
287°, 100%, 58%
CMYK
19, 84, 0, 0
Luminance
0.2214
Every format
| HEX | #cf2aff |
| RGB | rgb(207, 42, 255) |
| HSL | hsl(287, 100%, 58%) |
| CMYK | cmyk(19%, 84%, 0%, 0%) |
| LAB | lab(54.2 86.1 -71.1) |
| LCH | lch(54.2 111.7 320.4) |
| OKLCH | oklch(0.644 0.292 316.6) |
Copy-ready code
/* CSS */
color: #cf2aff;
background-color: #cf2aff;
/* Tailwind (arbitrary) */
class="text-[#cf2aff] bg-[#cf2aff]"
/* SCSS */
$brand: #cf2aff;
/* SwiftUI */
Color(red: 0.812, green: 0.165, blue: 1.000)
/* Android */
Color.parseColor("#cf2aff")Accessibility — WCAG contrast
Aa
#cf2aff on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2aff on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green16.5%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta83.5%
Yellow0.0%
Key (black)0.0%
Color previews
#cf2aff text on a black background
contrast 5.43:1
Card sample
#cf2aff text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2aff;
Background color
Panel with #cf2aff background
background-color: #cf2aff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2aff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 42, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 42, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2aff; background: linear-gradient(135deg, #cf2aff, #FF2AA1);