#f40586
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
244, 5, 134
HSL
328°, 96%, 49%
CMYK
0, 98, 45, 4
Luminance
0.2106
Every format
| HEX | #f40586 |
| RGB | rgb(244, 5, 134) |
| HSL | hsl(328, 96%, 49%) |
| CMYK | cmyk(0%, 98%, 45%, 4%) |
| LAB | lab(53.0 82.3 -2.5) |
| LCH | lch(53.0 82.3 358.3) |
| OKLCH | oklch(0.629 0.254 358.7) |
Copy-ready code
/* CSS */
color: #f40586;
background-color: #f40586;
/* Tailwind (arbitrary) */
class="text-[#f40586] bg-[#f40586]"
/* SCSS */
$brand: #f40586;
/* SwiftUI */
Color(red: 0.957, green: 0.020, blue: 0.525)
/* Android */
Color.parseColor("#f40586")Accessibility — WCAG contrast
Aa
#f40586 on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f40586 on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green2.0%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta98.0%
Yellow45.1%
Key (black)4.3%
Color previews
#f40586 text on a black background
contrast 5.21:1
Card sample
#f40586 text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f40586;
Background color
Panel with #f40586 background
background-color: #f40586;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f40586;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 5, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 5, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f40586; background: linear-gradient(135deg, #f40586, #F42305);