#f40fd2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 15, 210
HSL
309°, 91%, 51%
CMYK
0, 94, 14, 4
Luminance
0.2423
Every format
| HEX | #f40fd2 |
| RGB | rgb(244, 15, 210) |
| HSL | hsl(309, 91%, 51%) |
| CMYK | cmyk(0%, 94%, 14%, 4%) |
| LAB | lab(56.3 89.5 -42.0) |
| LCH | lch(56.3 98.9 334.9) |
| OKLCH | oklch(0.662 0.288 336.5) |
Copy-ready code
/* CSS */
color: #f40fd2;
background-color: #f40fd2;
/* Tailwind (arbitrary) */
class="text-[#f40fd2] bg-[#f40fd2]"
/* SCSS */
$brand: #f40fd2;
/* SwiftUI */
Color(red: 0.957, green: 0.059, blue: 0.824)
/* Android */
Color.parseColor("#f40fd2")Accessibility — WCAG contrast
Aa
#f40fd2 on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f40fd2 on black: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green5.9%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta93.9%
Yellow13.9%
Key (black)4.3%
Color previews
#f40fd2 text on a black background
contrast 5.85:1
Card sample
#f40fd2 text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f40fd2;
Background color
Panel with #f40fd2 background
background-color: #f40fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f40fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 15, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 15, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f40fd2; background: linear-gradient(135deg, #f40fd2, #F40F39);