#f945eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
249, 69, 235
HSL
305°, 94%, 62%
CMYK
0, 72, 6, 2
Luminance
0.3039
Every format
| HEX | #f945eb |
| RGB | rgb(249, 69, 235) |
| HSL | hsl(305, 94%, 62%) |
| CMYK | cmyk(0%, 72%, 6%, 2%) |
| LAB | lab(62.0 83.5 -47.1) |
| LCH | lch(62.0 95.8 330.6) |
| OKLCH | oklch(0.708 0.272 331.5) |
Copy-ready code
/* CSS */
color: #f945eb;
background-color: #f945eb;
/* Tailwind (arbitrary) */
class="text-[#f945eb] bg-[#f945eb]"
/* SCSS */
$brand: #f945eb;
/* SwiftUI */
Color(red: 0.976, green: 0.271, blue: 0.922)
/* Android */
Color.parseColor("#f945eb")Accessibility — WCAG contrast
Aa
#f945eb on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f945eb on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green27.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta72.3%
Yellow5.6%
Key (black)2.4%
Color previews
#f945eb text on a black background
contrast 7.08:1
Card sample
#f945eb text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f945eb;
Background color
Panel with #f945eb background
background-color: #f945eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f945eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 69, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 69, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f945eb; background: linear-gradient(135deg, #f945eb, #F94573);