#f136df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 54, 223
HSL
306°, 87%, 58%
CMYK
0, 78, 8, 6
Luminance
0.2667
Every format
| HEX | #f136df |
| RGB | rgb(241, 54, 223) |
| HSL | hsl(306, 87%, 58%) |
| CMYK | cmyk(0%, 78%, 8%, 6%) |
| LAB | lab(58.7 84.2 -45.7) |
| LCH | lch(58.7 95.8 331.5) |
| OKLCH | oklch(0.680 0.273 332.6) |
Copy-ready code
/* CSS */
color: #f136df;
background-color: #f136df;
/* Tailwind (arbitrary) */
class="text-[#f136df] bg-[#f136df]"
/* SCSS */
$brand: #f136df;
/* SwiftUI */
Color(red: 0.945, green: 0.212, blue: 0.875)
/* Android */
Color.parseColor("#f136df")Accessibility — WCAG contrast
Aa
#f136df on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f136df on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green21.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow7.5%
Key (black)5.5%
Color previews
#f136df text on a black background
contrast 6.33:1
Card sample
#f136df text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f136df;
Background color
Panel with #f136df background
background-color: #f136df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f136df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 54, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 54, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f136df; background: linear-gradient(135deg, #f136df, #F13662);