#f042ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 66, 186
HSL
319°, 85%, 60%
CMYK
0, 73, 23, 6
Luminance
0.2597
Every format
| HEX | #f042ba |
| RGB | rgb(240, 66, 186) |
| HSL | hsl(319, 85%, 60%) |
| CMYK | cmyk(0%, 73%, 23%, 6%) |
| LAB | lab(58.0 75.7 -25.7) |
| LCH | lch(58.0 79.9 341.3) |
| OKLCH | oklch(0.670 0.238 343.2) |
Copy-ready code
/* CSS */
color: #f042ba;
background-color: #f042ba;
/* Tailwind (arbitrary) */
class="text-[#f042ba] bg-[#f042ba]"
/* SCSS */
$brand: #f042ba;
/* SwiftUI */
Color(red: 0.941, green: 0.259, blue: 0.729)
/* Android */
Color.parseColor("#f042ba")Accessibility — WCAG contrast
Aa
#f042ba on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f042ba on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green25.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow22.5%
Key (black)5.9%
Color previews
#f042ba text on a black background
contrast 6.19:1
Card sample
#f042ba text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f042ba;
Background color
Panel with #f042ba background
background-color: #f042ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f042ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 66, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 66, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f042ba; background: linear-gradient(135deg, #f042ba, #F04246);