#fa54ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
250, 84, 186
HSL
323°, 94%, 66%
CMYK
0, 66, 26, 2
Luminance
0.3021
Every format
| HEX | #fa54ba |
| RGB | rgb(250, 84, 186) |
| HSL | hsl(323, 94%, 66%) |
| CMYK | cmyk(0%, 66%, 26%, 2%) |
| LAB | lab(61.8 72.0 -19.6) |
| LCH | lch(61.8 74.6 344.7) |
| OKLCH | oklch(0.701 0.224 346.6) |
Copy-ready code
/* CSS */
color: #fa54ba;
background-color: #fa54ba;
/* Tailwind (arbitrary) */
class="text-[#fa54ba] bg-[#fa54ba]"
/* SCSS */
$brand: #fa54ba;
/* SwiftUI */
Color(red: 0.980, green: 0.329, blue: 0.729)
/* Android */
Color.parseColor("#fa54ba")Accessibility — WCAG contrast
Aa
#fa54ba on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fa54ba on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green32.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow25.6%
Key (black)2.0%
Color previews
#fa54ba text on a black background
contrast 7.04:1
Card sample
#fa54ba text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa54ba;
Background color
Panel with #fa54ba background
background-color: #fa54ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa54ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 84, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 84, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa54ba; background: linear-gradient(135deg, #fa54ba, #FA5D54);