#cf51fe
a light, electric violet · warm · closest name: magenta
RGB
207, 81, 254
HSL
284°, 99%, 66%
CMYK
19, 68, 0, 0
Luminance
0.2631
Every format
| HEX | #cf51fe |
| RGB | rgb(207, 81, 254) |
| HSL | hsl(284, 99%, 66%) |
| CMYK | cmyk(19%, 68%, 0%, 0%) |
| LAB | lab(58.3 73.8 -63.9) |
| LCH | lch(58.3 97.6 319.1) |
| OKLCH | oklch(0.673 0.256 315.3) |
Copy-ready code
/* CSS */
color: #cf51fe;
background-color: #cf51fe;
/* Tailwind (arbitrary) */
class="text-[#cf51fe] bg-[#cf51fe]"
/* SCSS */
$brand: #cf51fe;
/* SwiftUI */
Color(red: 0.812, green: 0.318, blue: 0.996)
/* Android */
Color.parseColor("#cf51fe")Accessibility — WCAG contrast
Aa
#cf51fe on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf51fe on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.8%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta68.1%
Yellow0.0%
Key (black)0.4%
Color previews
#cf51fe text on a black background
contrast 6.26:1
Card sample
#cf51fe text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf51fe;
Background color
Panel with #cf51fe background
background-color: #cf51fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf51fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 81, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 81, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf51fe; background: linear-gradient(135deg, #cf51fe, #FE51BA);