#f42eb0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
244, 46, 176
HSL
321°, 90%, 57%
CMYK
0, 81, 28, 4
Luminance
0.2432
Every format
| HEX | #f42eb0 |
| RGB | rgb(244, 46, 176) |
| HSL | hsl(321, 90%, 57%) |
| CMYK | cmyk(0%, 81%, 28%, 4%) |
| LAB | lab(56.4 80.8 -22.3) |
| LCH | lch(56.4 83.8 344.6) |
| OKLCH | oklch(0.658 0.253 346.5) |
Copy-ready code
/* CSS */
color: #f42eb0;
background-color: #f42eb0;
/* Tailwind (arbitrary) */
class="text-[#f42eb0] bg-[#f42eb0]"
/* SCSS */
$brand: #f42eb0;
/* SwiftUI */
Color(red: 0.957, green: 0.180, blue: 0.690)
/* Android */
Color.parseColor("#f42eb0")Accessibility — WCAG contrast
Aa
#f42eb0 on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f42eb0 on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green18.0%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta81.1%
Yellow27.9%
Key (black)4.3%
Color previews
#f42eb0 text on a black background
contrast 5.86:1
Card sample
#f42eb0 text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f42eb0;
Background color
Panel with #f42eb0 background
background-color: #f42eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f42eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 46, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 46, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f42eb0; background: linear-gradient(135deg, #f42eb0, #F4302E);