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