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