#cf46fd
a balanced, electric violet · warm · closest name: magenta
RGB
207, 70, 253
HSL
285°, 98%, 63%
CMYK
18, 72, 0, 1
Luminance
0.2474
Every format
| HEX | #cf46fd |
| RGB | rgb(207, 70, 253) |
| HSL | hsl(285, 98%, 63%) |
| CMYK | cmyk(18%, 72%, 0%, 1%) |
| LAB | lab(56.8 77.7 -65.8) |
| LCH | lch(56.8 101.8 319.8) |
| OKLCH | oklch(0.662 0.267 316.0) |
Copy-ready code
/* CSS */
color: #cf46fd;
background-color: #cf46fd;
/* Tailwind (arbitrary) */
class="text-[#cf46fd] bg-[#cf46fd]"
/* SCSS */
$brand: #cf46fd;
/* SwiftUI */
Color(red: 0.812, green: 0.275, blue: 0.992)
/* Android */
Color.parseColor("#cf46fd")Accessibility — WCAG contrast
Aa
#cf46fd on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf46fd on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green27.5%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta72.3%
Yellow0.0%
Key (black)0.8%
Color previews
#cf46fd text on a black background
contrast 5.95:1
Card sample
#cf46fd text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf46fd;
Background color
Panel with #cf46fd background
background-color: #cf46fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf46fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 70, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 70, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf46fd; background: linear-gradient(135deg, #cf46fd, #FD46B1);