#cf2afe
a balanced, electric violet · warm · closest name: magenta
RGB
207, 42, 254
HSL
287°, 99%, 58%
CMYK
19, 84, 0, 0
Luminance
0.2208
Every format
| HEX | #cf2afe |
| RGB | rgb(207, 42, 254) |
| HSL | hsl(287, 99%, 58%) |
| CMYK | cmyk(19%, 84%, 0%, 0%) |
| LAB | lab(54.1 85.9 -70.7) |
| LCH | lch(54.1 111.2 320.5) |
| OKLCH | oklch(0.643 0.291 316.8) |
Copy-ready code
/* CSS */
color: #cf2afe;
background-color: #cf2afe;
/* Tailwind (arbitrary) */
class="text-[#cf2afe] bg-[#cf2afe]"
/* SCSS */
$brand: #cf2afe;
/* SwiftUI */
Color(red: 0.812, green: 0.165, blue: 0.996)
/* Android */
Color.parseColor("#cf2afe")Accessibility — WCAG contrast
Aa
#cf2afe on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2afe on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green16.5%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta83.5%
Yellow0.0%
Key (black)0.4%
Color previews
#cf2afe text on a black background
contrast 5.42:1
Card sample
#cf2afe text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2afe;
Background color
Panel with #cf2afe background
background-color: #cf2afe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2afe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 42, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 42, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2afe; background: linear-gradient(135deg, #cf2afe, #FE2AA0);