#f53fba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
245, 63, 186
HSL
320°, 90%, 60%
CMYK
0, 74, 24, 4
Luminance
0.2651
Every format
| HEX | #f53fba |
| RGB | rgb(245, 63, 186) |
| HSL | hsl(320, 90%, 60%) |
| CMYK | cmyk(0%, 74%, 24%, 4%) |
| LAB | lab(58.5 77.8 -24.8) |
| LCH | lch(58.5 81.6 342.3) |
| OKLCH | oklch(0.675 0.244 344.3) |
Copy-ready code
/* CSS */
color: #f53fba;
background-color: #f53fba;
/* Tailwind (arbitrary) */
class="text-[#f53fba] bg-[#f53fba]"
/* SCSS */
$brand: #f53fba;
/* SwiftUI */
Color(red: 0.961, green: 0.247, blue: 0.729)
/* Android */
Color.parseColor("#f53fba")Accessibility — WCAG contrast
Aa
#f53fba on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f53fba on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green24.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta74.3%
Yellow24.1%
Key (black)3.9%
Color previews
#f53fba text on a black background
contrast 6.30:1
Card sample
#f53fba text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f53fba;
Background color
Panel with #f53fba background
background-color: #f53fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f53fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 63, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 63, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f53fba; background: linear-gradient(135deg, #f53fba, #F53F41);