#f0398e
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 57, 142
HSL
332°, 86%, 58%
CMYK
0, 76, 41, 6
Luminance
0.2340
Every format
| HEX | #f0398e |
| RGB | rgb(240, 57, 142) |
| HSL | hsl(332, 86%, 58%) |
| CMYK | cmyk(0%, 76%, 41%, 6%) |
| LAB | lab(55.5 73.5 -3.7) |
| LCH | lch(55.5 73.6 357.1) |
| OKLCH | oklch(0.646 0.226 357.7) |
Copy-ready code
/* CSS */
color: #f0398e;
background-color: #f0398e;
/* Tailwind (arbitrary) */
class="text-[#f0398e] bg-[#f0398e]"
/* SCSS */
$brand: #f0398e;
/* SwiftUI */
Color(red: 0.941, green: 0.224, blue: 0.557)
/* Android */
Color.parseColor("#f0398e")Accessibility — WCAG contrast
Aa
#f0398e on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f0398e on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green22.4%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta76.3%
Yellow40.8%
Key (black)5.9%
Color previews
#f0398e text on a black background
contrast 5.68:1
Card sample
#f0398e text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0398e;
Background color
Panel with #f0398e background
background-color: #f0398e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0398e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 57, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 57, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0398e; background: linear-gradient(135deg, #f0398e, #F05E39);