#f75fba
a light, electric magenta / pink · warm · closest name: orchid
RGB
247, 95, 186
HSL
324°, 91%, 67%
CMYK
0, 62, 25, 3
Luminance
0.3150
Every format
| HEX | #f75fba |
| RGB | rgb(247, 95, 186) |
| HSL | hsl(324, 91%, 67%) |
| CMYK | cmyk(0%, 62%, 25%, 3%) |
| LAB | lab(62.9 66.9 -18.0) |
| LCH | lch(62.9 69.3 344.9) |
| OKLCH | oklch(0.708 0.207 346.8) |
Copy-ready code
/* CSS */
color: #f75fba;
background-color: #f75fba;
/* Tailwind (arbitrary) */
class="text-[#f75fba] bg-[#f75fba]"
/* SCSS */
$brand: #f75fba;
/* SwiftUI */
Color(red: 0.969, green: 0.373, blue: 0.729)
/* Android */
Color.parseColor("#f75fba")Accessibility — WCAG contrast
Aa
#f75fba on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f75fba on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green37.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta61.5%
Yellow24.7%
Key (black)3.1%
Color previews
#f75fba text on a black background
contrast 7.30:1
Card sample
#f75fba text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f75fba;
Background color
Panel with #f75fba background
background-color: #f75fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f75fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 95, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 95, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f75fba; background: linear-gradient(135deg, #f75fba, #F76A5F);