#cf54fd
a light, electric violet · warm · closest name: magenta
RGB
207, 84, 253
HSL
284°, 98%, 66%
CMYK
18, 67, 0, 1
Luminance
0.2670
Every format
| HEX | #cf54fd |
| RGB | rgb(207, 84, 253) |
| HSL | hsl(284, 98%, 66%) |
| CMYK | cmyk(18%, 67%, 0%, 1%) |
| LAB | lab(58.7 72.4 -62.7) |
| LCH | lch(58.7 95.8 319.1) |
| OKLCH | oklch(0.676 0.251 315.3) |
Copy-ready code
/* CSS */
color: #cf54fd;
background-color: #cf54fd;
/* Tailwind (arbitrary) */
class="text-[#cf54fd] bg-[#cf54fd]"
/* SCSS */
$brand: #cf54fd;
/* SwiftUI */
Color(red: 0.812, green: 0.329, blue: 0.992)
/* Android */
Color.parseColor("#cf54fd")Accessibility — WCAG contrast
Aa
#cf54fd on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf54fd on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green32.9%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta66.8%
Yellow0.0%
Key (black)0.8%
Color previews
#cf54fd text on a black background
contrast 6.34:1
Card sample
#cf54fd text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf54fd;
Background color
Panel with #cf54fd background
background-color: #cf54fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf54fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 84, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 84, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf54fd; background: linear-gradient(135deg, #cf54fd, #FD54BA);