#cf51fc
a light, electric violet · warm · closest name: magenta
RGB
207, 81, 252
HSL
284°, 97%, 65%
CMYK
18, 68, 0, 1
Luminance
0.2618
Every format
| HEX | #cf51fc |
| RGB | rgb(207, 81, 252) |
| HSL | hsl(284, 97%, 65%) |
| CMYK | cmyk(18%, 68%, 0%, 1%) |
| LAB | lab(58.2 73.4 -63.0) |
| LCH | lch(58.2 96.7 319.4) |
| OKLCH | oklch(0.672 0.254 315.7) |
Copy-ready code
/* CSS */
color: #cf51fc;
background-color: #cf51fc;
/* Tailwind (arbitrary) */
class="text-[#cf51fc] bg-[#cf51fc]"
/* SCSS */
$brand: #cf51fc;
/* SwiftUI */
Color(red: 0.812, green: 0.318, blue: 0.988)
/* Android */
Color.parseColor("#cf51fc")Accessibility — WCAG contrast
Aa
#cf51fc on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf51fc on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.8%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta67.9%
Yellow0.0%
Key (black)1.2%
Color previews
#cf51fc text on a black background
contrast 6.24:1
Card sample
#cf51fc text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf51fc;
Background color
Panel with #cf51fc background
background-color: #cf51fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf51fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 81, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 81, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf51fc; background: linear-gradient(135deg, #cf51fc, #FC51B7);