#f684ac
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 132, 172
HSL
339°, 86%, 74%
CMYK
0, 46, 30, 4
Luminance
0.3907
Every format
| HEX | #f684ac |
| RGB | rgb(246, 132, 172) |
| HSL | hsl(339, 86%, 74%) |
| CMYK | cmyk(0%, 46%, 30%, 4%) |
| LAB | lab(68.8 47.8 -1.4) |
| LCH | lch(68.8 47.8 358.4) |
| OKLCH | oklch(0.750 0.145 358.9) |
Copy-ready code
/* CSS */
color: #f684ac;
background-color: #f684ac;
/* Tailwind (arbitrary) */
class="text-[#f684ac] bg-[#f684ac]"
/* SCSS */
$brand: #f684ac;
/* SwiftUI */
Color(red: 0.965, green: 0.518, blue: 0.675)
/* Android */
Color.parseColor("#f684ac")Accessibility — WCAG contrast
Aa
#f684ac on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f684ac on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green51.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta46.3%
Yellow30.1%
Key (black)3.5%
Color previews
#f684ac text on a black background
contrast 8.81:1
Card sample
#f684ac text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f684ac;
Background color
Panel with #f684ac background
background-color: #f684ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f684ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 132, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 132, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f684ac; background: linear-gradient(135deg, #f684ac, #F6A884);