#f650ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
246, 80, 186
HSL
322°, 90%, 64%
CMYK
0, 68, 24, 4
Luminance
0.2888
Every format
| HEX | #f650ba |
| RGB | rgb(246, 80, 186) |
| HSL | hsl(322, 90%, 64%) |
| CMYK | cmyk(0%, 68%, 24%, 4%) |
| LAB | lab(60.7 72.4 -21.5) |
| LCH | lch(60.7 75.5 343.5) |
| OKLCH | oklch(0.691 0.226 345.4) |
Copy-ready code
/* CSS */
color: #f650ba;
background-color: #f650ba;
/* Tailwind (arbitrary) */
class="text-[#f650ba] bg-[#f650ba]"
/* SCSS */
$brand: #f650ba;
/* SwiftUI */
Color(red: 0.965, green: 0.314, blue: 0.729)
/* Android */
Color.parseColor("#f650ba")Accessibility — WCAG contrast
Aa
#f650ba on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f650ba on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green31.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta67.5%
Yellow24.4%
Key (black)3.5%
Color previews
#f650ba text on a black background
contrast 6.78:1
Card sample
#f650ba text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f650ba;
Background color
Panel with #f650ba background
background-color: #f650ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f650ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 80, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 80, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f650ba; background: linear-gradient(135deg, #f650ba, #F65550);