#f656da
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 86, 218
HSL
311°, 90%, 65%
CMYK
0, 65, 11, 4
Luminance
0.3131
Every format
| HEX | #f656da |
| RGB | rgb(246, 86, 218) |
| HSL | hsl(311, 90%, 65%) |
| CMYK | cmyk(0%, 65%, 11%, 4%) |
| LAB | lab(62.8 74.5 -36.4) |
| LCH | lch(62.8 83.0 334.0) |
| OKLCH | oklch(0.710 0.239 335.5) |
Copy-ready code
/* CSS */
color: #f656da;
background-color: #f656da;
/* Tailwind (arbitrary) */
class="text-[#f656da] bg-[#f656da]"
/* SCSS */
$brand: #f656da;
/* SwiftUI */
Color(red: 0.965, green: 0.337, blue: 0.855)
/* Android */
Color.parseColor("#f656da")Accessibility — WCAG contrast
Aa
#f656da on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f656da on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green33.7%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta65.0%
Yellow11.4%
Key (black)3.5%
Color previews
#f656da text on a black background
contrast 7.26:1
Card sample
#f656da text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f656da;
Background color
Panel with #f656da background
background-color: #f656da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f656da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 86, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 86, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f656da; background: linear-gradient(135deg, #f656da, #F6566F);