#f2139b
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
242, 19, 155
HSL
323°, 90%, 51%
CMYK
0, 92, 36, 5
Luminance
0.2171
Every format
| HEX | #f2139b |
| RGB | rgb(242, 19, 155) |
| HSL | hsl(323, 90%, 51%) |
| CMYK | cmyk(0%, 92%, 36%, 5%) |
| LAB | lab(53.7 82.6 -14.1) |
| LCH | lch(53.7 83.8 350.3) |
| OKLCH | oklch(0.635 0.257 351.9) |
Copy-ready code
/* CSS */
color: #f2139b;
background-color: #f2139b;
/* Tailwind (arbitrary) */
class="text-[#f2139b] bg-[#f2139b]"
/* SCSS */
$brand: #f2139b;
/* SwiftUI */
Color(red: 0.949, green: 0.075, blue: 0.608)
/* Android */
Color.parseColor("#f2139b")Accessibility — WCAG contrast
Aa
#f2139b on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f2139b on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green7.5%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta92.1%
Yellow36.0%
Key (black)5.1%
Color previews
#f2139b text on a black background
contrast 5.34:1
Card sample
#f2139b text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2139b;
Background color
Panel with #f2139b background
background-color: #f2139b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2139b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 19, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 19, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2139b; background: linear-gradient(135deg, #f2139b, #F22013);