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