#f40887
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
244, 8, 135
HSL
328°, 94%, 49%
CMYK
0, 97, 45, 4
Luminance
0.2116
Every format
| HEX | #f40887 |
| RGB | rgb(244, 8, 135) |
| HSL | hsl(328, 94%, 49%) |
| CMYK | cmyk(0%, 97%, 45%, 4%) |
| LAB | lab(53.1 82.2 -3.0) |
| LCH | lch(53.1 82.2 357.9) |
| OKLCH | oklch(0.629 0.254 358.5) |
Copy-ready code
/* CSS */
color: #f40887;
background-color: #f40887;
/* Tailwind (arbitrary) */
class="text-[#f40887] bg-[#f40887]"
/* SCSS */
$brand: #f40887;
/* SwiftUI */
Color(red: 0.957, green: 0.031, blue: 0.529)
/* Android */
Color.parseColor("#f40887")Accessibility — WCAG contrast
Aa
#f40887 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f40887 on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green3.1%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta96.7%
Yellow44.7%
Key (black)4.3%
Color previews
#f40887 text on a black background
contrast 5.23:1
Card sample
#f40887 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f40887;
Background color
Panel with #f40887 background
background-color: #f40887;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f40887;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 8, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 8, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f40887; background: linear-gradient(135deg, #f40887, #F42608);