#f684cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 132, 207
HSL
321°, 86%, 74%
CMYK
0, 46, 16, 4
Luminance
0.4060
Every format
| HEX | #f684cf |
| RGB | rgb(246, 132, 207) |
| HSL | hsl(321, 86%, 74%) |
| CMYK | cmyk(0%, 46%, 16%, 4%) |
| LAB | lab(69.9 52.7 -19.3) |
| LCH | lch(69.9 56.1 339.9) |
| OKLCH | oklch(0.762 0.164 341.7) |
Copy-ready code
/* CSS */
color: #f684cf;
background-color: #f684cf;
/* Tailwind (arbitrary) */
class="text-[#f684cf] bg-[#f684cf]"
/* SCSS */
$brand: #f684cf;
/* SwiftUI */
Color(red: 0.965, green: 0.518, blue: 0.812)
/* Android */
Color.parseColor("#f684cf")Accessibility — WCAG contrast
Aa
#f684cf on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f684cf on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green51.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta46.3%
Yellow15.9%
Key (black)3.5%
Color previews
#f684cf text on a black background
contrast 9.12:1
Card sample
#f684cf text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f684cf;
Background color
Panel with #f684cf background
background-color: #f684cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f684cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 132, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 132, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f684cf; background: linear-gradient(135deg, #f684cf, #F68584);