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