#fa2eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
250, 46, 238
HSL
304°, 95%, 58%
CMYK
0, 82, 5, 2
Luminance
0.2845
Every format
| HEX | #fa2eee |
| RGB | rgb(250, 46, 238) |
| HSL | hsl(304, 95%, 58%) |
| CMYK | cmyk(0%, 82%, 5%, 2%) |
| LAB | lab(60.3 89.9 -51.5) |
| LCH | lch(60.3 103.6 330.2) |
| OKLCH | oklch(0.697 0.293 331.0) |
Copy-ready code
/* CSS */
color: #fa2eee;
background-color: #fa2eee;
/* Tailwind (arbitrary) */
class="text-[#fa2eee] bg-[#fa2eee]"
/* SCSS */
$brand: #fa2eee;
/* SwiftUI */
Color(red: 0.980, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#fa2eee")Accessibility — WCAG contrast
Aa
#fa2eee on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa2eee on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green18.0%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow4.8%
Key (black)2.0%
Color previews
#fa2eee text on a black background
contrast 6.69:1
Card sample
#fa2eee text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa2eee;
Background color
Panel with #fa2eee background
background-color: #fa2eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa2eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa2eee; background: linear-gradient(135deg, #fa2eee, #FA2E66);