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