#f03280
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
240, 50, 128
HSL
335°, 86%, 57%
CMYK
0, 79, 47, 6
Luminance
0.2236
Every format
| HEX | #f03280 |
| RGB | rgb(240, 50, 128) |
| HSL | hsl(335, 86%, 57%) |
| CMYK | cmyk(0%, 79%, 47%, 6%) |
| LAB | lab(54.4 74.2 3.0) |
| LCH | lch(54.4 74.3 2.3) |
| OKLCH | oklch(0.637 0.228 2.2) |
Copy-ready code
/* CSS */
color: #f03280;
background-color: #f03280;
/* Tailwind (arbitrary) */
class="text-[#f03280] bg-[#f03280]"
/* SCSS */
$brand: #f03280;
/* SwiftUI */
Color(red: 0.941, green: 0.196, blue: 0.502)
/* Android */
Color.parseColor("#f03280")Accessibility — WCAG contrast
Aa
#f03280 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f03280 on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green19.6%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta79.2%
Yellow46.7%
Key (black)5.9%
Color previews
#f03280 text on a black background
contrast 5.47:1
Card sample
#f03280 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f03280;
Background color
Panel with #f03280 background
background-color: #f03280;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f03280;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 50, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 50, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f03280; background: linear-gradient(135deg, #f03280, #F06332);