#f103c5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 3, 197
HSL
311°, 98%, 48%
CMYK
0, 99, 18, 6
Luminance
0.2280
Every format
| HEX | #f103c5 |
| RGB | rgb(241, 3, 197) |
| HSL | hsl(311, 98%, 48%) |
| CMYK | cmyk(0%, 99%, 18%, 6%) |
| LAB | lab(54.9 88.2 -36.9) |
| LCH | lch(54.9 95.6 337.3) |
| OKLCH | oklch(0.649 0.282 339.2) |
Copy-ready code
/* CSS */
color: #f103c5;
background-color: #f103c5;
/* Tailwind (arbitrary) */
class="text-[#f103c5] bg-[#f103c5]"
/* SCSS */
$brand: #f103c5;
/* SwiftUI */
Color(red: 0.945, green: 0.012, blue: 0.773)
/* Android */
Color.parseColor("#f103c5")Accessibility — WCAG contrast
Aa
#f103c5 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f103c5 on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green1.2%
Blue77.3%
CMYK percentages
Cyan0.0%
Magenta98.8%
Yellow18.3%
Key (black)5.5%
Color previews
#f103c5 text on a black background
contrast 5.56:1
Card sample
#f103c5 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f103c5;
Background color
Panel with #f103c5 background
background-color: #f103c5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f103c5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 3, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 3, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f103c5; background: linear-gradient(135deg, #f103c5, #F10326);