#f04084
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
240, 64, 132
HSL
337°, 85%, 60%
CMYK
0, 73, 45, 6
Luminance
0.2386
Every format
| HEX | #f04084 |
| RGB | rgb(240, 64, 132) |
| HSL | hsl(337, 85%, 60%) |
| CMYK | cmyk(0%, 73%, 45%, 6%) |
| LAB | lab(56.0 70.5 2.9) |
| LCH | lch(56.0 70.6 2.3) |
| OKLCH | oklch(0.648 0.216 2.2) |
Copy-ready code
/* CSS */
color: #f04084;
background-color: #f04084;
/* Tailwind (arbitrary) */
class="text-[#f04084] bg-[#f04084]"
/* SCSS */
$brand: #f04084;
/* SwiftUI */
Color(red: 0.941, green: 0.251, blue: 0.518)
/* Android */
Color.parseColor("#f04084")Accessibility — WCAG contrast
Aa
#f04084 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f04084 on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green25.1%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta73.3%
Yellow45.0%
Key (black)5.9%
Color previews
#f04084 text on a black background
contrast 5.77:1
Card sample
#f04084 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f04084;
Background color
Panel with #f04084 background
background-color: #f04084;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f04084;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 64, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 64, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f04084; background: linear-gradient(135deg, #f04084, #F07140);