#f751ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
247, 81, 186
HSL
322°, 91%, 64%
CMYK
0, 67, 25, 3
Luminance
0.2920
Every format
| HEX | #f751ba |
| RGB | rgb(247, 81, 186) |
| HSL | hsl(322, 91%, 64%) |
| CMYK | cmyk(0%, 67%, 25%, 3%) |
| LAB | lab(61.0 72.3 -21.0) |
| LCH | lch(61.0 75.3 343.8) |
| OKLCH | oklch(0.693 0.226 345.7) |
Copy-ready code
/* CSS */
color: #f751ba;
background-color: #f751ba;
/* Tailwind (arbitrary) */
class="text-[#f751ba] bg-[#f751ba]"
/* SCSS */
$brand: #f751ba;
/* SwiftUI */
Color(red: 0.969, green: 0.318, blue: 0.729)
/* Android */
Color.parseColor("#f751ba")Accessibility — WCAG contrast
Aa
#f751ba on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f751ba on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green31.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta67.2%
Yellow24.7%
Key (black)3.1%
Color previews
#f751ba text on a black background
contrast 6.84:1
Card sample
#f751ba text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f751ba;
Background color
Panel with #f751ba background
background-color: #f751ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f751ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 81, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 81, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f751ba; background: linear-gradient(135deg, #f751ba, #F75651);