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