#f615fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 21, 253
HSL
298°, 98%, 54%
CMYK
3, 92, 0, 1
Luminance
0.2722
Every format
| HEX | #f615fd |
| RGB | rgb(246, 21, 253) |
| HSL | hsl(298, 98%, 54%) |
| CMYK | cmyk(3%, 92%, 0%, 1%) |
| LAB | lab(59.2 95.1 -61.6) |
| LCH | lch(59.2 113.3 327.1) |
| OKLCH | oklch(0.691 0.314 326.8) |
Copy-ready code
/* CSS */
color: #f615fd;
background-color: #f615fd;
/* Tailwind (arbitrary) */
class="text-[#f615fd] bg-[#f615fd]"
/* SCSS */
$brand: #f615fd;
/* SwiftUI */
Color(red: 0.965, green: 0.082, blue: 0.992)
/* Android */
Color.parseColor("#f615fd")Accessibility — WCAG contrast
Aa
#f615fd on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f615fd on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green8.2%
Blue99.2%
CMYK percentages
Cyan2.8%
Magenta91.7%
Yellow0.0%
Key (black)0.8%
Color previews
#f615fd text on a black background
contrast 6.44:1
Card sample
#f615fd text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f615fd;
Background color
Panel with #f615fd background
background-color: #f615fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f615fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 21, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 21, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f615fd; background: linear-gradient(135deg, #f615fd, #FD1569);