#f044da
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 68, 218
HSL
308°, 85%, 60%
CMYK
0, 72, 9, 6
Luminance
0.2772
Every format
| HEX | #f044da |
| RGB | rgb(240, 68, 218) |
| HSL | hsl(308, 85%, 60%) |
| CMYK | cmyk(0%, 72%, 9%, 6%) |
| LAB | lab(59.6 79.3 -41.4) |
| LCH | lch(59.6 89.5 332.5) |
| OKLCH | oklch(0.686 0.256 333.8) |
Copy-ready code
/* CSS */
color: #f044da;
background-color: #f044da;
/* Tailwind (arbitrary) */
class="text-[#f044da] bg-[#f044da]"
/* SCSS */
$brand: #f044da;
/* SwiftUI */
Color(red: 0.941, green: 0.267, blue: 0.855)
/* Android */
Color.parseColor("#f044da")Accessibility — WCAG contrast
Aa
#f044da on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f044da on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green26.7%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow9.2%
Key (black)5.9%
Color previews
#f044da text on a black background
contrast 6.54:1
Card sample
#f044da text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f044da;
Background color
Panel with #f044da background
background-color: #f044da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f044da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 68, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 68, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f044da; background: linear-gradient(135deg, #f044da, #F04467);