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