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