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