#f684cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 132, 205
HSL
322°, 86%, 74%
CMYK
0, 46, 17, 4
Luminance
0.4050
Every format
| HEX | #f684cd |
| RGB | rgb(246, 132, 205) |
| HSL | hsl(322, 86%, 74%) |
| CMYK | cmyk(0%, 46%, 17%, 4%) |
| LAB | lab(69.8 52.4 -18.3) |
| LCH | lch(69.8 55.5 340.8) |
| OKLCH | oklch(0.761 0.162 342.6) |
Copy-ready code
/* CSS */
color: #f684cd;
background-color: #f684cd;
/* Tailwind (arbitrary) */
class="text-[#f684cd] bg-[#f684cd]"
/* SCSS */
$brand: #f684cd;
/* SwiftUI */
Color(red: 0.965, green: 0.518, blue: 0.804)
/* Android */
Color.parseColor("#f684cd")Accessibility — WCAG contrast
Aa
#f684cd on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f684cd on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green51.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta46.3%
Yellow16.7%
Key (black)3.5%
Color previews
#f684cd text on a black background
contrast 9.10:1
Card sample
#f684cd text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f684cd;
Background color
Panel with #f684cd background
background-color: #f684cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f684cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 132, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 132, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f684cd; background: linear-gradient(135deg, #f684cd, #F68784);