#fa54cb
a light, electric magenta / pink · warm · closest name: orchid
RGB
250, 84, 203
HSL
317°, 94%, 66%
CMYK
0, 66, 19, 2
Luminance
0.3098
Every format
| HEX | #fa54cb |
| RGB | rgb(250, 84, 203) |
| HSL | hsl(317, 94%, 66%) |
| CMYK | cmyk(0%, 66%, 19%, 2%) |
| LAB | lab(62.5 74.2 -28.3) |
| LCH | lch(62.5 79.4 339.1) |
| OKLCH | oklch(0.708 0.234 341.0) |
Copy-ready code
/* CSS */
color: #fa54cb;
background-color: #fa54cb;
/* Tailwind (arbitrary) */
class="text-[#fa54cb] bg-[#fa54cb]"
/* SCSS */
$brand: #fa54cb;
/* SwiftUI */
Color(red: 0.980, green: 0.329, blue: 0.796)
/* Android */
Color.parseColor("#fa54cb")Accessibility — WCAG contrast
Aa
#fa54cb on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fa54cb on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green32.9%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow18.8%
Key (black)2.0%
Color previews
#fa54cb text on a black background
contrast 7.20:1
Card sample
#fa54cb text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa54cb;
Background color
Panel with #fa54cb background
background-color: #fa54cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa54cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 84, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 84, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa54cb; background: linear-gradient(135deg, #fa54cb, #FA545C);