#f40af2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 10, 242
HSL
301°, 92%, 50%
CMYK
0, 96, 1, 4
Luminance
0.2586
Every format
| HEX | #f40af2 |
| RGB | rgb(244, 10, 242) |
| HSL | hsl(301, 92%, 50%) |
| CMYK | cmyk(0%, 96%, 1%, 4%) |
| LAB | lab(57.9 94.1 -57.6) |
| LCH | lch(57.9 110.3 328.5) |
| OKLCH | oklch(0.679 0.309 328.8) |
Copy-ready code
/* CSS */
color: #f40af2;
background-color: #f40af2;
/* Tailwind (arbitrary) */
class="text-[#f40af2] bg-[#f40af2]"
/* SCSS */
$brand: #f40af2;
/* SwiftUI */
Color(red: 0.957, green: 0.039, blue: 0.949)
/* Android */
Color.parseColor("#f40af2")Accessibility — WCAG contrast
Aa
#f40af2 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f40af2 on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green3.9%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta95.9%
Yellow0.8%
Key (black)4.3%
Color previews
#f40af2 text on a black background
contrast 6.17:1
Card sample
#f40af2 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f40af2;
Background color
Panel with #f40af2 background
background-color: #f40af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f40af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 10, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 10, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f40af2; background: linear-gradient(135deg, #f40af2, #F40A56);