#f607df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 7, 223
HSL
306°, 95%, 50%
CMYK
0, 97, 9, 4
Luminance
0.2507
Every format
| HEX | #f607df |
| RGB | rgb(246, 7, 223) |
| HSL | hsl(306, 95%, 50%) |
| CMYK | cmyk(0%, 97%, 9%, 4%) |
| LAB | lab(57.1 92.1 -48.1) |
| LCH | lch(57.1 103.8 332.4) |
| OKLCH | oklch(0.671 0.298 333.7) |
Copy-ready code
/* CSS */
color: #f607df;
background-color: #f607df;
/* Tailwind (arbitrary) */
class="text-[#f607df] bg-[#f607df]"
/* SCSS */
$brand: #f607df;
/* SwiftUI */
Color(red: 0.965, green: 0.027, blue: 0.875)
/* Android */
Color.parseColor("#f607df")Accessibility — WCAG contrast
Aa
#f607df on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f607df on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green2.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta97.2%
Yellow9.3%
Key (black)3.5%
Color previews
#f607df text on a black background
contrast 6.01:1
Card sample
#f607df text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f607df;
Background color
Panel with #f607df background
background-color: #f607df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f607df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 7, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 7, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f607df; background: linear-gradient(135deg, #f607df, #F60740);