#fa3eb0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
250, 62, 176
HSL
324°, 95%, 61%
CMYK
0, 75, 30, 2
Luminance
0.2690
Every format
| HEX | #fa3eb0 |
| RGB | rgb(250, 62, 176) |
| HSL | hsl(324, 95%, 61%) |
| CMYK | cmyk(0%, 75%, 30%, 2%) |
| LAB | lab(58.9 78.1 -18.4) |
| LCH | lch(58.9 80.2 346.8) |
| OKLCH | oklch(0.678 0.243 348.5) |
Copy-ready code
/* CSS */
color: #fa3eb0;
background-color: #fa3eb0;
/* Tailwind (arbitrary) */
class="text-[#fa3eb0] bg-[#fa3eb0]"
/* SCSS */
$brand: #fa3eb0;
/* SwiftUI */
Color(red: 0.980, green: 0.243, blue: 0.690)
/* Android */
Color.parseColor("#fa3eb0")Accessibility — WCAG contrast
Aa
#fa3eb0 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa3eb0 on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green24.3%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta75.2%
Yellow29.6%
Key (black)2.0%
Color previews
#fa3eb0 text on a black background
contrast 6.38:1
Card sample
#fa3eb0 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa3eb0;
Background color
Panel with #fa3eb0 background
background-color: #fa3eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa3eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 62, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 62, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa3eb0; background: linear-gradient(135deg, #fa3eb0, #FA493E);