#f044ab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 68, 171
HSL
324°, 85%, 60%
CMYK
0, 72, 29, 6
Luminance
0.2560
Every format
| HEX | #f044ab |
| RGB | rgb(240, 68, 171) |
| HSL | hsl(324, 85%, 60%) |
| CMYK | cmyk(0%, 72%, 29%, 6%) |
| LAB | lab(57.7 73.2 -17.5) |
| LCH | lch(57.7 75.3 346.6) |
| OKLCH | oklch(0.665 0.228 348.3) |
Copy-ready code
/* CSS */
color: #f044ab;
background-color: #f044ab;
/* Tailwind (arbitrary) */
class="text-[#f044ab] bg-[#f044ab]"
/* SCSS */
$brand: #f044ab;
/* SwiftUI */
Color(red: 0.941, green: 0.267, blue: 0.671)
/* Android */
Color.parseColor("#f044ab")Accessibility — WCAG contrast
Aa
#f044ab on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f044ab on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green26.7%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow28.8%
Key (black)5.9%
Color previews
#f044ab text on a black background
contrast 6.12:1
Card sample
#f044ab text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f044ab;
Background color
Panel with #f044ab background
background-color: #f044ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f044ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 68, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 68, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f044ab; background: linear-gradient(135deg, #f044ab, #F05044);