#f12df6
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 45, 246
HSL
299°, 92%, 57%
CMYK
2, 82, 0, 4
Luminance
0.2723
Every format
| HEX | #f12df6 |
| RGB | rgb(241, 45, 246) |
| HSL | hsl(299, 92%, 57%) |
| CMYK | cmyk(2%, 82%, 0%, 4%) |
| LAB | lab(59.2 89.6 -57.8) |
| LCH | lch(59.2 106.6 327.2) |
| OKLCH | oklch(0.688 0.295 327.0) |
Copy-ready code
/* CSS */
color: #f12df6;
background-color: #f12df6;
/* Tailwind (arbitrary) */
class="text-[#f12df6] bg-[#f12df6]"
/* SCSS */
$brand: #f12df6;
/* SwiftUI */
Color(red: 0.945, green: 0.176, blue: 0.965)
/* Android */
Color.parseColor("#f12df6")Accessibility — WCAG contrast
Aa
#f12df6 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f12df6 on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green17.6%
Blue96.5%
CMYK percentages
Cyan2.0%
Magenta81.7%
Yellow0.0%
Key (black)3.5%
Color previews
#f12df6 text on a black background
contrast 6.45:1
Card sample
#f12df6 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f12df6;
Background color
Panel with #f12df6 background
background-color: #f12df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f12df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 45, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 45, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f12df6; background: linear-gradient(135deg, #f12df6, #F62D75);