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