#f607af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
246, 7, 175
HSL
318°, 95%, 50%
CMYK
0, 97, 29, 4
Luminance
0.2284
Every format
| HEX | #f607af |
| RGB | rgb(246, 7, 175) |
| HSL | hsl(318, 95%, 50%) |
| CMYK | cmyk(0%, 97%, 29%, 4%) |
| LAB | lab(54.9 86.4 -23.9) |
| LCH | lch(54.9 89.7 344.5) |
| OKLCH | oklch(0.648 0.272 346.5) |
Copy-ready code
/* CSS */
color: #f607af;
background-color: #f607af;
/* Tailwind (arbitrary) */
class="text-[#f607af] bg-[#f607af]"
/* SCSS */
$brand: #f607af;
/* SwiftUI */
Color(red: 0.965, green: 0.027, blue: 0.686)
/* Android */
Color.parseColor("#f607af")Accessibility — WCAG contrast
Aa
#f607af on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f607af on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green2.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta97.2%
Yellow28.9%
Key (black)3.5%
Color previews
#f607af text on a black background
contrast 5.57:1
Card sample
#f607af text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f607af;
Background color
Panel with #f607af background
background-color: #f607af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f607af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 7, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 7, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f607af; background: linear-gradient(135deg, #f607af, #F60710);