#fa2dec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
250, 45, 236
HSL
304°, 95%, 58%
CMYK
0, 82, 6, 2
Luminance
0.2826
Every format
| HEX | #fa2dec |
| RGB | rgb(250, 45, 236) |
| HSL | hsl(304, 95%, 58%) |
| CMYK | cmyk(0%, 82%, 6%, 2%) |
| LAB | lab(60.1 89.8 -50.6) |
| LCH | lch(60.1 103.1 330.6) |
| OKLCH | oklch(0.695 0.292 331.5) |
Copy-ready code
/* CSS */
color: #fa2dec;
background-color: #fa2dec;
/* Tailwind (arbitrary) */
class="text-[#fa2dec] bg-[#fa2dec]"
/* SCSS */
$brand: #fa2dec;
/* SwiftUI */
Color(red: 0.980, green: 0.176, blue: 0.925)
/* Android */
Color.parseColor("#fa2dec")Accessibility — WCAG contrast
Aa
#fa2dec on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa2dec on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green17.6%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta82.0%
Yellow5.6%
Key (black)2.0%
Color previews
#fa2dec text on a black background
contrast 6.65:1
Card sample
#fa2dec text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa2dec;
Background color
Panel with #fa2dec background
background-color: #fa2dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa2dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 45, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 45, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa2dec; background: linear-gradient(135deg, #fa2dec, #FA2D63);