#f786cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
247, 134, 205
HSL
322°, 88%, 75%
CMYK
0, 46, 17, 3
Luminance
0.4123
Every format
| HEX | #f786cd |
| RGB | rgb(247, 134, 205) |
| HSL | hsl(322, 88%, 75%) |
| CMYK | cmyk(0%, 46%, 17%, 3%) |
| LAB | lab(70.3 51.7 -17.5) |
| LCH | lch(70.3 54.6 341.3) |
| OKLCH | oklch(0.765 0.160 343.1) |
Copy-ready code
/* CSS */
color: #f786cd;
background-color: #f786cd;
/* Tailwind (arbitrary) */
class="text-[#f786cd] bg-[#f786cd]"
/* SCSS */
$brand: #f786cd;
/* SwiftUI */
Color(red: 0.969, green: 0.525, blue: 0.804)
/* Android */
Color.parseColor("#f786cd")Accessibility — WCAG contrast
Aa
#f786cd on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f786cd on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green52.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow17.0%
Key (black)3.1%
Color previews
#f786cd text on a black background
contrast 9.25:1
Card sample
#f786cd text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f786cd;
Background color
Panel with #f786cd background
background-color: #f786cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f786cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 134, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 134, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f786cd; background: linear-gradient(135deg, #f786cd, #F78A86);