#fa337c
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
250, 51, 124
HSL
338°, 95%, 59%
CMYK
0, 80, 50, 2
Luminance
0.2415
Every format
| HEX | #fa337c |
| RGB | rgb(250, 51, 124) |
| HSL | hsl(338, 95%, 59%) |
| CMYK | cmyk(0%, 80%, 50%, 2%) |
| LAB | lab(56.2 76.1 8.3) |
| LCH | lch(56.2 76.6 6.2) |
| OKLCH | oklch(0.653 0.234 5.3) |
Copy-ready code
/* CSS */
color: #fa337c;
background-color: #fa337c;
/* Tailwind (arbitrary) */
class="text-[#fa337c] bg-[#fa337c]"
/* SCSS */
$brand: #fa337c;
/* SwiftUI */
Color(red: 0.980, green: 0.200, blue: 0.486)
/* Android */
Color.parseColor("#fa337c")Accessibility — WCAG contrast
Aa
#fa337c on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa337c on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green20.0%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta79.6%
Yellow50.4%
Key (black)2.0%
Color previews
#fa337c text on a black background
contrast 5.83:1
Card sample
#fa337c text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa337c;
Background color
Panel with #fa337c background
background-color: #fa337c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa337c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 51, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 51, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa337c; background: linear-gradient(135deg, #fa337c, #FA6F33);