#f686df
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 134, 223
HSL
312°, 86%, 75%
CMYK
0, 46, 9, 4
Luminance
0.4197
Every format
| HEX | #f686df |
| RGB | rgb(246, 134, 223) |
| HSL | hsl(312, 86%, 75%) |
| CMYK | cmyk(0%, 46%, 9%, 4%) |
| LAB | lab(70.8 54.2 -26.7) |
| LCH | lch(70.8 60.4 333.8) |
| OKLCH | oklch(0.771 0.172 335.3) |
Copy-ready code
/* CSS */
color: #f686df;
background-color: #f686df;
/* Tailwind (arbitrary) */
class="text-[#f686df] bg-[#f686df]"
/* SCSS */
$brand: #f686df;
/* SwiftUI */
Color(red: 0.965, green: 0.525, blue: 0.875)
/* Android */
Color.parseColor("#f686df")Accessibility — WCAG contrast
Aa
#f686df on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f686df on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green52.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow9.3%
Key (black)3.5%
Color previews
#f686df text on a black background
contrast 9.39:1
Card sample
#f686df text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f686df;
Background color
Panel with #f686df background
background-color: #f686df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f686df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 134, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 134, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f686df; background: linear-gradient(135deg, #f686df, #F68694);