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