#f044dc
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 68, 220
HSL
307°, 85%, 60%
CMYK
0, 72, 8, 6
Luminance
0.2783
Every format
| HEX | #f044dc |
| RGB | rgb(240, 68, 220) |
| HSL | hsl(307, 85%, 60%) |
| CMYK | cmyk(0%, 72%, 8%, 6%) |
| LAB | lab(59.7 79.6 -42.4) |
| LCH | lch(59.7 90.2 332.0) |
| OKLCH | oklch(0.687 0.258 333.2) |
Copy-ready code
/* CSS */
color: #f044dc;
background-color: #f044dc;
/* Tailwind (arbitrary) */
class="text-[#f044dc] bg-[#f044dc]"
/* SCSS */
$brand: #f044dc;
/* SwiftUI */
Color(red: 0.941, green: 0.267, blue: 0.863)
/* Android */
Color.parseColor("#f044dc")Accessibility — WCAG contrast
Aa
#f044dc on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f044dc on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green26.7%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow8.3%
Key (black)5.9%
Color previews
#f044dc text on a black background
contrast 6.57:1
Card sample
#f044dc text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f044dc;
Background color
Panel with #f044dc background
background-color: #f044dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f044dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 68, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 68, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f044dc; background: linear-gradient(135deg, #f044dc, #F04469);