#f040af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 64, 175
HSL
322°, 85%, 60%
CMYK
0, 73, 27, 6
Luminance
0.2529
Every format
| HEX | #f040af |
| RGB | rgb(240, 64, 175) |
| HSL | hsl(322, 85%, 60%) |
| CMYK | cmyk(0%, 73%, 27%, 6%) |
| LAB | lab(57.4 75.0 -20.3) |
| LCH | lch(57.4 77.7 344.9) |
| OKLCH | oklch(0.663 0.234 346.7) |
Copy-ready code
/* CSS */
color: #f040af;
background-color: #f040af;
/* Tailwind (arbitrary) */
class="text-[#f040af] bg-[#f040af]"
/* SCSS */
$brand: #f040af;
/* SwiftUI */
Color(red: 0.941, green: 0.251, blue: 0.686)
/* Android */
Color.parseColor("#f040af")Accessibility — WCAG contrast
Aa
#f040af on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f040af on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green25.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta73.3%
Yellow27.1%
Key (black)5.9%
Color previews
#f040af text on a black background
contrast 6.06:1
Card sample
#f040af text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f040af;
Background color
Panel with #f040af background
background-color: #f040af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f040af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 64, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 64, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f040af; background: linear-gradient(135deg, #f040af, #F04640);