#f034ae
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 52, 174
HSL
321°, 86%, 57%
CMYK
0, 78, 28, 6
Luminance
0.2404
Every format
| HEX | #f034ae |
| RGB | rgb(240, 52, 174) |
| HSL | hsl(321, 86%, 57%) |
| CMYK | cmyk(0%, 78%, 28%, 6%) |
| LAB | lab(56.1 78.2 -21.6) |
| LCH | lch(56.1 81.2 344.6) |
| OKLCH | oklch(0.654 0.245 346.5) |
Copy-ready code
/* CSS */
color: #f034ae;
background-color: #f034ae;
/* Tailwind (arbitrary) */
class="text-[#f034ae] bg-[#f034ae]"
/* SCSS */
$brand: #f034ae;
/* SwiftUI */
Color(red: 0.941, green: 0.204, blue: 0.682)
/* Android */
Color.parseColor("#f034ae")Accessibility — WCAG contrast
Aa
#f034ae on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f034ae on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green20.4%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow27.5%
Key (black)5.9%
Color previews
#f034ae text on a black background
contrast 5.81:1
Card sample
#f034ae text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f034ae;
Background color
Panel with #f034ae background
background-color: #f034ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f034ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 52, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 52, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f034ae; background: linear-gradient(135deg, #f034ae, #F03834);