#f43fba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
244, 63, 186
HSL
319°, 89%, 60%
CMYK
0, 74, 24, 4
Luminance
0.2633
Every format
| HEX | #f43fba |
| RGB | rgb(244, 63, 186) |
| HSL | hsl(319, 89%, 60%) |
| CMYK | cmyk(0%, 74%, 24%, 4%) |
| LAB | lab(58.4 77.5 -25.1) |
| LCH | lch(58.4 81.5 342.1) |
| OKLCH | oklch(0.673 0.244 344.1) |
Copy-ready code
/* CSS */
color: #f43fba;
background-color: #f43fba;
/* Tailwind (arbitrary) */
class="text-[#f43fba] bg-[#f43fba]"
/* SCSS */
$brand: #f43fba;
/* SwiftUI */
Color(red: 0.957, green: 0.247, blue: 0.729)
/* Android */
Color.parseColor("#f43fba")Accessibility — WCAG contrast
Aa
#f43fba on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f43fba on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green24.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta74.2%
Yellow23.8%
Key (black)4.3%
Color previews
#f43fba text on a black background
contrast 6.27:1
Card sample
#f43fba text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f43fba;
Background color
Panel with #f43fba background
background-color: #f43fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f43fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 63, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 63, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f43fba; background: linear-gradient(135deg, #f43fba, #F43F41);