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