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