#cf57fd
a light, electric violet · warm · closest name: magenta
RGB
207, 87, 253
HSL
283°, 98%, 67%
CMYK
18, 66, 0, 1
Luminance
0.2717
Every format
| HEX | #cf57fd |
| RGB | rgb(207, 87, 253) |
| HSL | hsl(283, 98%, 67%) |
| CMYK | cmyk(18%, 66%, 0%, 1%) |
| LAB | lab(59.1 71.2 -62.0) |
| LCH | lch(59.1 94.4 318.9) |
| OKLCH | oklch(0.679 0.247 315.2) |
Copy-ready code
/* CSS */
color: #cf57fd;
background-color: #cf57fd;
/* Tailwind (arbitrary) */
class="text-[#cf57fd] bg-[#cf57fd]"
/* SCSS */
$brand: #cf57fd;
/* SwiftUI */
Color(red: 0.812, green: 0.341, blue: 0.992)
/* Android */
Color.parseColor("#cf57fd")Accessibility — WCAG contrast
Aa
#cf57fd on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf57fd on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green34.1%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta65.6%
Yellow0.0%
Key (black)0.8%
Color previews
#cf57fd text on a black background
contrast 6.43:1
Card sample
#cf57fd text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf57fd;
Background color
Panel with #cf57fd background
background-color: #cf57fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf57fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 87, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 87, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf57fd; background: linear-gradient(135deg, #cf57fd, #FD57BC);