#f786df
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 134, 223
HSL
313°, 88%, 75%
CMYK
0, 46, 10, 3
Luminance
0.4215
Every format
| HEX | #f786df |
| RGB | rgb(247, 134, 223) |
| HSL | hsl(313, 88%, 75%) |
| CMYK | cmyk(0%, 46%, 10%, 3%) |
| LAB | lab(71.0 54.5 -26.5) |
| LCH | lch(71.0 60.6 334.1) |
| OKLCH | oklch(0.772 0.173 335.6) |
Copy-ready code
/* CSS */
color: #f786df;
background-color: #f786df;
/* Tailwind (arbitrary) */
class="text-[#f786df] bg-[#f786df]"
/* SCSS */
$brand: #f786df;
/* SwiftUI */
Color(red: 0.969, green: 0.525, blue: 0.875)
/* Android */
Color.parseColor("#f786df")Accessibility — WCAG contrast
Aa
#f786df on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f786df on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green52.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow9.7%
Key (black)3.1%
Color previews
#f786df text on a black background
contrast 9.43:1
Card sample
#f786df text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f786df;
Background color
Panel with #f786df background
background-color: #f786df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f786df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 134, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 134, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f786df; background: linear-gradient(135deg, #f786df, #F78694);