#f43eb8
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
244, 62, 184
HSL
320°, 89%, 60%
CMYK
0, 75, 25, 4
Luminance
0.2614
Every format
| HEX | #f43eb8 |
| RGB | rgb(244, 62, 184) |
| HSL | hsl(320, 89%, 60%) |
| CMYK | cmyk(0%, 75%, 25%, 4%) |
| LAB | lab(58.2 77.6 -24.2) |
| LCH | lch(58.2 81.3 342.7) |
| OKLCH | oklch(0.672 0.244 344.7) |
Copy-ready code
/* CSS */
color: #f43eb8;
background-color: #f43eb8;
/* Tailwind (arbitrary) */
class="text-[#f43eb8] bg-[#f43eb8]"
/* SCSS */
$brand: #f43eb8;
/* SwiftUI */
Color(red: 0.957, green: 0.243, blue: 0.722)
/* Android */
Color.parseColor("#f43eb8")Accessibility — WCAG contrast
Aa
#f43eb8 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f43eb8 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green24.3%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta74.6%
Yellow24.6%
Key (black)4.3%
Color previews
#f43eb8 text on a black background
contrast 6.23:1
Card sample
#f43eb8 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f43eb8;
Background color
Panel with #f43eb8 background
background-color: #f43eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f43eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 62, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 62, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f43eb8; background: linear-gradient(135deg, #f43eb8, #F43E3F);