#f545ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
245, 69, 186
HSL
320°, 90%, 62%
CMYK
0, 72, 24, 4
Luminance
0.2721
Every format
| HEX | #f545ba |
| RGB | rgb(245, 69, 186) |
| HSL | hsl(320, 90%, 62%) |
| CMYK | cmyk(0%, 72%, 24%, 4%) |
| LAB | lab(59.2 75.9 -23.8) |
| LCH | lch(59.2 79.6 342.6) |
| OKLCH | oklch(0.680 0.238 344.6) |
Copy-ready code
/* CSS */
color: #f545ba;
background-color: #f545ba;
/* Tailwind (arbitrary) */
class="text-[#f545ba] bg-[#f545ba]"
/* SCSS */
$brand: #f545ba;
/* SwiftUI */
Color(red: 0.961, green: 0.271, blue: 0.729)
/* Android */
Color.parseColor("#f545ba")Accessibility — WCAG contrast
Aa
#f545ba on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f545ba on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green27.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta71.8%
Yellow24.1%
Key (black)3.9%
Color previews
#f545ba text on a black background
contrast 6.44:1
Card sample
#f545ba text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f545ba;
Background color
Panel with #f545ba background
background-color: #f545ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f545ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 69, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 69, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f545ba; background: linear-gradient(135deg, #f545ba, #F54545);