#f93ef1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
249, 62, 241
HSL
303°, 94%, 61%
CMYK
0, 75, 3, 2
Luminance
0.2994
Every format
| HEX | #f93ef1 |
| RGB | rgb(249, 62, 241) |
| HSL | hsl(303, 94%, 61%) |
| CMYK | cmyk(0%, 75%, 3%, 2%) |
| LAB | lab(61.6 86.3 -51.1) |
| LCH | lch(61.6 100.3 329.4) |
| OKLCH | oklch(0.706 0.282 330.0) |
Copy-ready code
/* CSS */
color: #f93ef1;
background-color: #f93ef1;
/* Tailwind (arbitrary) */
class="text-[#f93ef1] bg-[#f93ef1]"
/* SCSS */
$brand: #f93ef1;
/* SwiftUI */
Color(red: 0.976, green: 0.243, blue: 0.945)
/* Android */
Color.parseColor("#f93ef1")Accessibility — WCAG contrast
Aa
#f93ef1 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f93ef1 on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green24.3%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta75.1%
Yellow3.2%
Key (black)2.4%
Color previews
#f93ef1 text on a black background
contrast 6.99:1
Card sample
#f93ef1 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f93ef1;
Background color
Panel with #f93ef1 background
background-color: #f93ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f93ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 62, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 62, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f93ef1; background: linear-gradient(135deg, #f93ef1, #F93E74);