#f12eb2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
241, 46, 178
HSL
319°, 87%, 56%
CMYK
0, 81, 26, 6
Luminance
0.2387
Every format
| HEX | #f12eb2 |
| RGB | rgb(241, 46, 178) |
| HSL | hsl(319, 87%, 56%) |
| CMYK | cmyk(0%, 81%, 26%, 6%) |
| LAB | lab(56.0 80.4 -24.2) |
| LCH | lch(56.0 83.9 343.3) |
| OKLCH | oklch(0.654 0.253 345.2) |
Copy-ready code
/* CSS */
color: #f12eb2;
background-color: #f12eb2;
/* Tailwind (arbitrary) */
class="text-[#f12eb2] bg-[#f12eb2]"
/* SCSS */
$brand: #f12eb2;
/* SwiftUI */
Color(red: 0.945, green: 0.180, blue: 0.698)
/* Android */
Color.parseColor("#f12eb2")Accessibility — WCAG contrast
Aa
#f12eb2 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f12eb2 on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green18.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta80.9%
Yellow26.1%
Key (black)5.5%
Color previews
#f12eb2 text on a black background
contrast 5.77:1
Card sample
#f12eb2 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f12eb2;
Background color
Panel with #f12eb2 background
background-color: #f12eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f12eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 46, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 46, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f12eb2; background: linear-gradient(135deg, #f12eb2, #F12E30);