#f43bc9
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
244, 59, 201
HSL
314°, 89%, 59%
CMYK
0, 76, 18, 4
Luminance
0.2658
Every format
| HEX | #f43bc9 |
| RGB | rgb(244, 59, 201) |
| HSL | hsl(314, 89%, 59%) |
| CMYK | cmyk(0%, 76%, 18%, 4%) |
| LAB | lab(58.6 80.6 -33.3) |
| LCH | lch(58.6 87.2 337.5) |
| OKLCH | oklch(0.677 0.256 339.4) |
Copy-ready code
/* CSS */
color: #f43bc9;
background-color: #f43bc9;
/* Tailwind (arbitrary) */
class="text-[#f43bc9] bg-[#f43bc9]"
/* SCSS */
$brand: #f43bc9;
/* SwiftUI */
Color(red: 0.957, green: 0.231, blue: 0.788)
/* Android */
Color.parseColor("#f43bc9")Accessibility — WCAG contrast
Aa
#f43bc9 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f43bc9 on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green23.1%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta75.8%
Yellow17.6%
Key (black)4.3%
Color previews
#f43bc9 text on a black background
contrast 6.32:1
Card sample
#f43bc9 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f43bc9;
Background color
Panel with #f43bc9 background
background-color: #f43bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f43bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 59, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 59, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f43bc9; background: linear-gradient(135deg, #f43bc9, #F43B4E);