#f40afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 10, 253
HSL
298°, 98%, 52%
CMYK
4, 96, 0, 1
Luminance
0.2654
Every format
| HEX | #f40afd |
| RGB | rgb(244, 10, 253) |
| HSL | hsl(298, 98%, 52%) |
| CMYK | cmyk(4%, 96%, 0%, 1%) |
| LAB | lab(58.5 95.7 -62.7) |
| LCH | lch(58.5 114.4 326.8) |
| OKLCH | oklch(0.685 0.316 326.4) |
Copy-ready code
/* CSS */
color: #f40afd;
background-color: #f40afd;
/* Tailwind (arbitrary) */
class="text-[#f40afd] bg-[#f40afd]"
/* SCSS */
$brand: #f40afd;
/* SwiftUI */
Color(red: 0.957, green: 0.039, blue: 0.992)
/* Android */
Color.parseColor("#f40afd")Accessibility — WCAG contrast
Aa
#f40afd on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f40afd on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green3.9%
Blue99.2%
CMYK percentages
Cyan3.6%
Magenta96.0%
Yellow0.0%
Key (black)0.8%
Color previews
#f40afd text on a black background
contrast 6.31:1
Card sample
#f40afd text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f40afd;
Background color
Panel with #f40afd background
background-color: #f40afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f40afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 10, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 10, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f40afd; background: linear-gradient(135deg, #f40afd, #FD0A64);