#f656cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 86, 205
HSL
315°, 90%, 65%
CMYK
0, 65, 17, 4
Luminance
0.3066
Every format
| HEX | #f656cd |
| RGB | rgb(246, 86, 205) |
| HSL | hsl(315, 90%, 65%) |
| CMYK | cmyk(0%, 65%, 17%, 4%) |
| LAB | lab(62.2 72.7 -29.9) |
| LCH | lch(62.2 78.6 337.6) |
| OKLCH | oklch(0.705 0.230 339.5) |
Copy-ready code
/* CSS */
color: #f656cd;
background-color: #f656cd;
/* Tailwind (arbitrary) */
class="text-[#f656cd] bg-[#f656cd]"
/* SCSS */
$brand: #f656cd;
/* SwiftUI */
Color(red: 0.965, green: 0.337, blue: 0.804)
/* Android */
Color.parseColor("#f656cd")Accessibility — WCAG contrast
Aa
#f656cd on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f656cd on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green33.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta65.0%
Yellow16.7%
Key (black)3.5%
Color previews
#f656cd text on a black background
contrast 7.13:1
Card sample
#f656cd text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f656cd;
Background color
Panel with #f656cd background
background-color: #f656cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f656cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 86, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 86, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f656cd; background: linear-gradient(135deg, #f656cd, #F65662);