#f52182
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
245, 33, 130
HSL
333°, 91%, 55%
CMYK
0, 87, 47, 4
Luminance
0.2211
Every format
| HEX | #f52182 |
| RGB | rgb(245, 33, 130) |
| HSL | hsl(333, 91%, 55%) |
| CMYK | cmyk(0%, 87%, 47%, 4%) |
| LAB | lab(54.1 79.2 1.6) |
| LCH | lch(54.1 79.2 1.1) |
| OKLCH | oklch(0.637 0.244 1.1) |
Copy-ready code
/* CSS */
color: #f52182;
background-color: #f52182;
/* Tailwind (arbitrary) */
class="text-[#f52182] bg-[#f52182]"
/* SCSS */
$brand: #f52182;
/* SwiftUI */
Color(red: 0.961, green: 0.129, blue: 0.510)
/* Android */
Color.parseColor("#f52182")Accessibility — WCAG contrast
Aa
#f52182 on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f52182 on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green12.9%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta86.5%
Yellow46.9%
Key (black)3.9%
Color previews
#f52182 text on a black background
contrast 5.42:1
Card sample
#f52182 text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f52182;
Background color
Panel with #f52182 background
background-color: #f52182;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f52182;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 33, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 33, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f52182; background: linear-gradient(135deg, #f52182, #F54D21);