#f751c4
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
247, 81, 196
HSL
318°, 91%, 64%
CMYK
0, 67, 21, 3
Luminance
0.2964
Every format
| HEX | #f751c4 |
| RGB | rgb(247, 81, 196) |
| HSL | hsl(318, 91%, 64%) |
| CMYK | cmyk(0%, 67%, 21%, 3%) |
| LAB | lab(61.4 73.6 -26.1) |
| LCH | lch(61.4 78.1 340.4) |
| OKLCH | oklch(0.697 0.232 342.4) |
Copy-ready code
/* CSS */
color: #f751c4;
background-color: #f751c4;
/* Tailwind (arbitrary) */
class="text-[#f751c4] bg-[#f751c4]"
/* SCSS */
$brand: #f751c4;
/* SwiftUI */
Color(red: 0.969, green: 0.318, blue: 0.769)
/* Android */
Color.parseColor("#f751c4")Accessibility — WCAG contrast
Aa
#f751c4 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f751c4 on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green31.8%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta67.2%
Yellow20.6%
Key (black)3.1%
Color previews
#f751c4 text on a black background
contrast 6.93:1
Card sample
#f751c4 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f751c4;
Background color
Panel with #f751c4 background
background-color: #f751c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f751c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 81, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 81, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f751c4; background: linear-gradient(135deg, #f751c4, #F75155);