#f02480
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
240, 36, 128
HSL
333°, 87%, 54%
CMYK
0, 85, 47, 6
Luminance
0.2135
Every format
| HEX | #f02480 |
| RGB | rgb(240, 36, 128) |
| HSL | hsl(333, 87%, 54%) |
| CMYK | cmyk(0%, 85%, 47%, 6%) |
| LAB | lab(53.3 77.3 1.5) |
| LCH | lch(53.3 77.3 1.1) |
| OKLCH | oklch(0.629 0.238 1.1) |
Copy-ready code
/* CSS */
color: #f02480;
background-color: #f02480;
/* Tailwind (arbitrary) */
class="text-[#f02480] bg-[#f02480]"
/* SCSS */
$brand: #f02480;
/* SwiftUI */
Color(red: 0.941, green: 0.141, blue: 0.502)
/* Android */
Color.parseColor("#f02480")Accessibility — WCAG contrast
Aa
#f02480 on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f02480 on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green14.1%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta85.0%
Yellow46.7%
Key (black)5.9%
Color previews
#f02480 text on a black background
contrast 5.27:1
Card sample
#f02480 text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f02480;
Background color
Panel with #f02480 background
background-color: #f02480;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f02480;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 36, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 36, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f02480; background: linear-gradient(135deg, #f02480, #F05024);