#f650af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
246, 80, 175
HSL
326°, 90%, 64%
CMYK
0, 68, 29, 4
Luminance
0.2843
Every format
| HEX | #f650af |
| RGB | rgb(246, 80, 175) |
| HSL | hsl(326, 90%, 64%) |
| CMYK | cmyk(0%, 68%, 29%, 4%) |
| LAB | lab(60.3 71.1 -15.8) |
| LCH | lch(60.3 72.8 347.5) |
| OKLCH | oklch(0.687 0.220 349.2) |
Copy-ready code
/* CSS */
color: #f650af;
background-color: #f650af;
/* Tailwind (arbitrary) */
class="text-[#f650af] bg-[#f650af]"
/* SCSS */
$brand: #f650af;
/* SwiftUI */
Color(red: 0.965, green: 0.314, blue: 0.686)
/* Android */
Color.parseColor("#f650af")Accessibility — WCAG contrast
Aa
#f650af on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f650af on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green31.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta67.5%
Yellow28.9%
Key (black)3.5%
Color previews
#f650af text on a black background
contrast 6.69:1
Card sample
#f650af text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f650af;
Background color
Panel with #f650af background
background-color: #f650af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f650af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 80, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 80, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f650af; background: linear-gradient(135deg, #f650af, #F66050);