#f122df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 34, 223
HSL
305°, 88%, 54%
CMYK
0, 86, 8, 6
Luminance
0.2517
Every format
| HEX | #f122df |
| RGB | rgb(241, 34, 223) |
| HSL | hsl(305, 88%, 54%) |
| CMYK | cmyk(0%, 86%, 8%, 6%) |
| LAB | lab(57.3 88.3 -48.0) |
| LCH | lch(57.3 100.5 331.5) |
| OKLCH | oklch(0.670 0.287 332.6) |
Copy-ready code
/* CSS */
color: #f122df;
background-color: #f122df;
/* Tailwind (arbitrary) */
class="text-[#f122df] bg-[#f122df]"
/* SCSS */
$brand: #f122df;
/* SwiftUI */
Color(red: 0.945, green: 0.133, blue: 0.875)
/* Android */
Color.parseColor("#f122df")Accessibility — WCAG contrast
Aa
#f122df on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f122df on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green13.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta85.9%
Yellow7.5%
Key (black)5.5%
Color previews
#f122df text on a black background
contrast 6.03:1
Card sample
#f122df text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f122df;
Background color
Panel with #f122df background
background-color: #f122df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f122df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 34, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 34, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f122df; background: linear-gradient(135deg, #f122df, #F12255);