#fa54d2
a light, electric magenta / pink · warm · closest name: orchid
RGB
250, 84, 210
HSL
315°, 94%, 66%
CMYK
0, 66, 16, 2
Luminance
0.3132
Every format
| HEX | #fa54d2 |
| RGB | rgb(250, 84, 210) |
| HSL | hsl(315, 94%, 66%) |
| CMYK | cmyk(0%, 66%, 16%, 2%) |
| LAB | lab(62.8 75.1 -31.8) |
| LCH | lch(62.8 81.6 337.0) |
| OKLCH | oklch(0.711 0.238 338.9) |
Copy-ready code
/* CSS */
color: #fa54d2;
background-color: #fa54d2;
/* Tailwind (arbitrary) */
class="text-[#fa54d2] bg-[#fa54d2]"
/* SCSS */
$brand: #fa54d2;
/* SwiftUI */
Color(red: 0.980, green: 0.329, blue: 0.824)
/* Android */
Color.parseColor("#fa54d2")Accessibility — WCAG contrast
Aa
#fa54d2 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fa54d2 on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green32.9%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow16.0%
Key (black)2.0%
Color previews
#fa54d2 text on a black background
contrast 7.26:1
Card sample
#fa54d2 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa54d2;
Background color
Panel with #fa54d2 background
background-color: #fa54d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa54d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 84, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 84, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa54d2; background: linear-gradient(135deg, #fa54d2, #FA5463);