#f12df2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 45, 242
HSL
300°, 88%, 56%
CMYK
0, 81, 0, 5
Luminance
0.2699
Every format
| HEX | #f12df2 |
| RGB | rgb(241, 45, 242) |
| HSL | hsl(300, 88%, 56%) |
| CMYK | cmyk(0%, 81%, 0%, 5%) |
| LAB | lab(59.0 89.0 -55.9) |
| LCH | lch(59.0 105.1 327.9) |
| OKLCH | oklch(0.685 0.293 328.0) |
Copy-ready code
/* CSS */
color: #f12df2;
background-color: #f12df2;
/* Tailwind (arbitrary) */
class="text-[#f12df2] bg-[#f12df2]"
/* SCSS */
$brand: #f12df2;
/* SwiftUI */
Color(red: 0.945, green: 0.176, blue: 0.949)
/* Android */
Color.parseColor("#f12df2")Accessibility — WCAG contrast
Aa
#f12df2 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f12df2 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green17.6%
Blue94.9%
CMYK percentages
Cyan0.4%
Magenta81.4%
Yellow0.0%
Key (black)5.1%
Color previews
#f12df2 text on a black background
contrast 6.40:1
Card sample
#f12df2 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f12df2;
Background color
Panel with #f12df2 background
background-color: #f12df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f12df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 45, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 45, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f12df2; background: linear-gradient(135deg, #f12df2, #F22D70);