#f53bc9
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
245, 59, 201
HSL
314°, 90%, 60%
CMYK
0, 76, 18, 4
Luminance
0.2676
Every format
| HEX | #f53bc9 |
| RGB | rgb(245, 59, 201) |
| HSL | hsl(314, 90%, 60%) |
| CMYK | cmyk(0%, 76%, 18%, 4%) |
| LAB | lab(58.8 80.8 -33.0) |
| LCH | lch(58.8 87.3 337.7) |
| OKLCH | oklch(0.679 0.257 339.6) |
Copy-ready code
/* CSS */
color: #f53bc9;
background-color: #f53bc9;
/* Tailwind (arbitrary) */
class="text-[#f53bc9] bg-[#f53bc9]"
/* SCSS */
$brand: #f53bc9;
/* SwiftUI */
Color(red: 0.961, green: 0.231, blue: 0.788)
/* Android */
Color.parseColor("#f53bc9")Accessibility — WCAG contrast
Aa
#f53bc9 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f53bc9 on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green23.1%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta75.9%
Yellow18.0%
Key (black)3.9%
Color previews
#f53bc9 text on a black background
contrast 6.35:1
Card sample
#f53bc9 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f53bc9;
Background color
Panel with #f53bc9 background
background-color: #f53bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f53bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 59, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 59, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f53bc9; background: linear-gradient(135deg, #f53bc9, #F53B4D);