#f609f6
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 9, 246
HSL
300°, 93%, 50%
CMYK
0, 96, 0, 4
Luminance
0.2644
Every format
| HEX | #f609f6 |
| RGB | rgb(246, 9, 246) |
| HSL | hsl(300, 93%, 50%) |
| CMYK | cmyk(0%, 96%, 0%, 4%) |
| LAB | lab(58.5 95.0 -58.9) |
| LCH | lch(58.5 111.8 328.2) |
| OKLCH | oklch(0.684 0.312 328.3) |
Copy-ready code
/* CSS */
color: #f609f6;
background-color: #f609f6;
/* Tailwind (arbitrary) */
class="text-[#f609f6] bg-[#f609f6]"
/* SCSS */
$brand: #f609f6;
/* SwiftUI */
Color(red: 0.965, green: 0.035, blue: 0.965)
/* Android */
Color.parseColor("#f609f6")Accessibility — WCAG contrast
Aa
#f609f6 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f609f6 on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green3.5%
Blue96.5%
CMYK percentages
Cyan0.0%
Magenta96.3%
Yellow0.0%
Key (black)3.5%
Color previews
#f609f6 text on a black background
contrast 6.29:1
Card sample
#f609f6 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f609f6;
Background color
Panel with #f609f6 background
background-color: #f609f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f609f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 9, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 9, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f609f6; background: linear-gradient(135deg, #f609f6, #F60958);