#f50066
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
245, 0, 102
HSL
335°, 100%, 48%
CMYK
0, 100, 58, 4
Luminance
0.2037
Every format
| HEX | #f50066 |
| RGB | rgb(245, 0, 102) |
| HSL | hsl(335, 100%, 48%) |
| CMYK | cmyk(0%, 100%, 58%, 4%) |
| LAB | lab(52.3 80.6 15.8) |
| LCH | lch(52.3 82.2 11.1) |
| OKLCH | oklch(0.621 0.248 9.1) |
Copy-ready code
/* CSS */
color: #f50066;
background-color: #f50066;
/* Tailwind (arbitrary) */
class="text-[#f50066] bg-[#f50066]"
/* SCSS */
$brand: #f50066;
/* SwiftUI */
Color(red: 0.961, green: 0.000, blue: 0.400)
/* Android */
Color.parseColor("#f50066")Accessibility — WCAG contrast
Aa
#f50066 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f50066 on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green0.0%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow58.4%
Key (black)3.9%
Color previews
#f50066 text on a black background
contrast 5.07:1
Card sample
#f50066 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f50066;
Background color
Panel with #f50066 background
background-color: #f50066;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f50066;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 0, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 0, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f50066; background: linear-gradient(135deg, #f50066, #F53D00);