#f43eb3
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
244, 62, 179
HSL
321°, 89%, 60%
CMYK
0, 75, 27, 4
Luminance
0.2593
Every format
| HEX | #f43eb3 |
| RGB | rgb(244, 62, 179) |
| HSL | hsl(321, 89%, 60%) |
| CMYK | cmyk(0%, 75%, 27%, 4%) |
| LAB | lab(58.0 77.0 -21.6) |
| LCH | lch(58.0 80.0 344.3) |
| OKLCH | oklch(0.670 0.241 346.2) |
Copy-ready code
/* CSS */
color: #f43eb3;
background-color: #f43eb3;
/* Tailwind (arbitrary) */
class="text-[#f43eb3] bg-[#f43eb3]"
/* SCSS */
$brand: #f43eb3;
/* SwiftUI */
Color(red: 0.957, green: 0.243, blue: 0.702)
/* Android */
Color.parseColor("#f43eb3")Accessibility — WCAG contrast
Aa
#f43eb3 on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f43eb3 on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green24.3%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta74.6%
Yellow26.6%
Key (black)4.3%
Color previews
#f43eb3 text on a black background
contrast 6.19:1
Card sample
#f43eb3 text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f43eb3;
Background color
Panel with #f43eb3 background
background-color: #f43eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f43eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 62, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 62, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f43eb3; background: linear-gradient(135deg, #f43eb3, #F4423E);