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