#fa548c
a light, electric magenta / pink · warm · closest name: crimson
RGB
250, 84, 140
HSL
340°, 94%, 66%
CMYK
0, 66, 44, 2
Luminance
0.2856
Every format
| HEX | #fa548c |
| RGB | rgb(250, 84, 140) |
| HSL | hsl(340, 94%, 66%) |
| CMYK | cmyk(0%, 66%, 44%, 2%) |
| LAB | lab(60.4 67.0 4.8) |
| LCH | lch(60.4 67.2 4.1) |
| OKLCH | oklch(0.685 0.205 3.7) |
Copy-ready code
/* CSS */
color: #fa548c;
background-color: #fa548c;
/* Tailwind (arbitrary) */
class="text-[#fa548c] bg-[#fa548c]"
/* SCSS */
$brand: #fa548c;
/* SwiftUI */
Color(red: 0.980, green: 0.329, blue: 0.549)
/* Android */
Color.parseColor("#fa548c")Accessibility — WCAG contrast
Aa
#fa548c on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa548c on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green32.9%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow44.0%
Key (black)2.0%
Color previews
#fa548c text on a black background
contrast 6.71:1
Card sample
#fa548c text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa548c;
Background color
Panel with #fa548c background
background-color: #fa548c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa548c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 84, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 84, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa548c; background: linear-gradient(135deg, #fa548c, #FA8B54);