#f044ae
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 68, 174
HSL
323°, 85%, 60%
CMYK
0, 72, 28, 6
Luminance
0.2572
Every format
| HEX | #f044ae |
| RGB | rgb(240, 68, 174) |
| HSL | hsl(323, 85%, 60%) |
| CMYK | cmyk(0%, 72%, 28%, 6%) |
| LAB | lab(57.8 73.6 -19.1) |
| LCH | lch(57.8 76.0 345.5) |
| OKLCH | oklch(0.666 0.229 347.3) |
Copy-ready code
/* CSS */
color: #f044ae;
background-color: #f044ae;
/* Tailwind (arbitrary) */
class="text-[#f044ae] bg-[#f044ae]"
/* SCSS */
$brand: #f044ae;
/* SwiftUI */
Color(red: 0.941, green: 0.267, blue: 0.682)
/* Android */
Color.parseColor("#f044ae")Accessibility — WCAG contrast
Aa
#f044ae on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f044ae on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green26.7%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow27.5%
Key (black)5.9%
Color previews
#f044ae text on a black background
contrast 6.14:1
Card sample
#f044ae text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f044ae;
Background color
Panel with #f044ae background
background-color: #f044ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f044ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 68, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 68, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f044ae; background: linear-gradient(135deg, #f044ae, #F04D44);