#f93dff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
249, 61, 255
HSL
298°, 100%, 62%
CMYK
2, 76, 0, 0
Luminance
0.3070
Every format
| HEX | #f93dff |
| RGB | rgb(249, 61, 255) |
| HSL | hsl(298, 100%, 62%) |
| CMYK | cmyk(2%, 76%, 0%, 0%) |
| LAB | lab(62.3 88.7 -57.8) |
| LCH | lch(62.3 105.9 326.9) |
| OKLCH | oklch(0.714 0.293 326.7) |
Copy-ready code
/* CSS */
color: #f93dff;
background-color: #f93dff;
/* Tailwind (arbitrary) */
class="text-[#f93dff] bg-[#f93dff]"
/* SCSS */
$brand: #f93dff;
/* SwiftUI */
Color(red: 0.976, green: 0.239, blue: 1.000)
/* Android */
Color.parseColor("#f93dff")Accessibility — WCAG contrast
Aa
#f93dff on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f93dff on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green23.9%
Blue100.0%
CMYK percentages
Cyan2.4%
Magenta76.1%
Yellow0.0%
Key (black)0.0%
Color previews
#f93dff text on a black background
contrast 7.14:1
Card sample
#f93dff text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f93dff;
Background color
Panel with #f93dff background
background-color: #f93dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f93dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 61, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 61, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f93dff; background: linear-gradient(135deg, #f93dff, #FF3D84);