#f93afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
249, 58, 253
HSL
299°, 98%, 61%
CMYK
2, 77, 0, 1
Luminance
0.3026
Every format
| HEX | #f93afd |
| RGB | rgb(249, 58, 253) |
| HSL | hsl(299, 98%, 61%) |
| CMYK | cmyk(2%, 77%, 0%, 1%) |
| LAB | lab(61.9 89.2 -57.3) |
| LCH | lch(61.9 106.0 327.3) |
| OKLCH | oklch(0.711 0.294 327.2) |
Copy-ready code
/* CSS */
color: #f93afd;
background-color: #f93afd;
/* Tailwind (arbitrary) */
class="text-[#f93afd] bg-[#f93afd]"
/* SCSS */
$brand: #f93afd;
/* SwiftUI */
Color(red: 0.976, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#f93afd")Accessibility — WCAG contrast
Aa
#f93afd on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f93afd on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green22.7%
Blue99.2%
CMYK percentages
Cyan1.6%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#f93afd text on a black background
contrast 7.05:1
Card sample
#f93afd text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f93afd;
Background color
Panel with #f93afd background
background-color: #f93afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f93afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f93afd; background: linear-gradient(135deg, #f93afd, #FD3A7F);