#cf58ff
a light, electric violet · warm · closest name: magenta
RGB
207, 88, 255
HSL
283°, 100%, 67%
CMYK
19, 66, 0, 0
Luminance
0.2746
Every format
| HEX | #cf58ff |
| RGB | rgb(207, 88, 255) |
| HSL | hsl(283, 100%, 67%) |
| CMYK | cmyk(19%, 66%, 0%, 0%) |
| LAB | lab(59.4 71.1 -62.7) |
| LCH | lch(59.4 94.8 318.6) |
| OKLCH | oklch(0.681 0.248 314.7) |
Copy-ready code
/* CSS */
color: #cf58ff;
background-color: #cf58ff;
/* Tailwind (arbitrary) */
class="text-[#cf58ff] bg-[#cf58ff]"
/* SCSS */
$brand: #cf58ff;
/* SwiftUI */
Color(red: 0.812, green: 0.345, blue: 1.000)
/* Android */
Color.parseColor("#cf58ff")Accessibility — WCAG contrast
Aa
#cf58ff on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf58ff on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green34.5%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta65.5%
Yellow0.0%
Key (black)0.0%
Color previews
#cf58ff text on a black background
contrast 6.49:1
Card sample
#cf58ff text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf58ff;
Background color
Panel with #cf58ff background
background-color: #cf58ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf58ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 88, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 88, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf58ff; background: linear-gradient(135deg, #cf58ff, #FF58C0);