#f044ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 68, 186
HSL
319°, 85%, 60%
CMYK
0, 72, 23, 6
Luminance
0.2620
Every format
| HEX | #f044ba |
| RGB | rgb(240, 68, 186) |
| HSL | hsl(319, 85%, 60%) |
| CMYK | cmyk(0%, 72%, 23%, 6%) |
| LAB | lab(58.2 75.0 -25.3) |
| LCH | lch(58.2 79.2 341.4) |
| OKLCH | oklch(0.671 0.236 343.3) |
Copy-ready code
/* CSS */
color: #f044ba;
background-color: #f044ba;
/* Tailwind (arbitrary) */
class="text-[#f044ba] bg-[#f044ba]"
/* SCSS */
$brand: #f044ba;
/* SwiftUI */
Color(red: 0.941, green: 0.267, blue: 0.729)
/* Android */
Color.parseColor("#f044ba")Accessibility — WCAG contrast
Aa
#f044ba on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f044ba on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green26.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow22.5%
Key (black)5.9%
Color previews
#f044ba text on a black background
contrast 6.24:1
Card sample
#f044ba text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f044ba;
Background color
Panel with #f044ba background
background-color: #f044ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f044ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 68, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 68, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f044ba; background: linear-gradient(135deg, #f044ba, #F04448);