#f112eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 18, 235
HSL
302°, 89%, 51%
CMYK
0, 93, 3, 6
Luminance
0.2513
Every format
| HEX | #f112eb |
| RGB | rgb(241, 18, 235) |
| HSL | hsl(302, 89%, 51%) |
| CMYK | cmyk(0%, 93%, 3%, 6%) |
| LAB | lab(57.2 92.0 -54.8) |
| LCH | lch(57.2 107.1 329.2) |
| OKLCH | oklch(0.672 0.301 329.7) |
Copy-ready code
/* CSS */
color: #f112eb;
background-color: #f112eb;
/* Tailwind (arbitrary) */
class="text-[#f112eb] bg-[#f112eb]"
/* SCSS */
$brand: #f112eb;
/* SwiftUI */
Color(red: 0.945, green: 0.071, blue: 0.922)
/* Android */
Color.parseColor("#f112eb")Accessibility — WCAG contrast
Aa
#f112eb on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f112eb on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green7.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta92.5%
Yellow2.5%
Key (black)5.5%
Color previews
#f112eb text on a black background
contrast 6.03:1
Card sample
#f112eb text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f112eb;
Background color
Panel with #f112eb background
background-color: #f112eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f112eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 18, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 18, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f112eb; background: linear-gradient(135deg, #f112eb, #F11256);