#cf31fd
a balanced, electric violet · warm · closest name: magenta
RGB
207, 49, 253
HSL
287°, 98%, 59%
CMYK
18, 81, 0, 1
Luminance
0.2255
Every format
| HEX | #cf31fd |
| RGB | rgb(207, 49, 253) |
| HSL | hsl(287, 98%, 59%) |
| CMYK | cmyk(18%, 81%, 0%, 1%) |
| LAB | lab(54.6 84.0 -69.3) |
| LCH | lch(54.6 108.9 320.5) |
| OKLCH | oklch(0.647 0.286 316.8) |
Copy-ready code
/* CSS */
color: #cf31fd;
background-color: #cf31fd;
/* Tailwind (arbitrary) */
class="text-[#cf31fd] bg-[#cf31fd]"
/* SCSS */
$brand: #cf31fd;
/* SwiftUI */
Color(red: 0.812, green: 0.192, blue: 0.992)
/* Android */
Color.parseColor("#cf31fd")Accessibility — WCAG contrast
Aa
#cf31fd on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf31fd on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green19.2%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta80.6%
Yellow0.0%
Key (black)0.8%
Color previews
#cf31fd text on a black background
contrast 5.51:1
Card sample
#cf31fd text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf31fd;
Background color
Panel with #cf31fd background
background-color: #cf31fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf31fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 49, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 49, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf31fd; background: linear-gradient(135deg, #cf31fd, #FD31A3);