#f04eb5
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 78, 181
HSL
322°, 84%, 62%
CMYK
0, 68, 25, 6
Luminance
0.2731
Every format
| HEX | #f04eb5 |
| RGB | rgb(240, 78, 181) |
| HSL | hsl(322, 84%, 62%) |
| CMYK | cmyk(0%, 68%, 25%, 6%) |
| LAB | lab(59.3 71.0 -20.9) |
| LCH | lch(59.3 74.0 343.6) |
| OKLCH | oklch(0.678 0.222 345.5) |
Copy-ready code
/* CSS */
color: #f04eb5;
background-color: #f04eb5;
/* Tailwind (arbitrary) */
class="text-[#f04eb5] bg-[#f04eb5]"
/* SCSS */
$brand: #f04eb5;
/* SwiftUI */
Color(red: 0.941, green: 0.306, blue: 0.710)
/* Android */
Color.parseColor("#f04eb5")Accessibility — WCAG contrast
Aa
#f04eb5 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f04eb5 on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green30.6%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta67.5%
Yellow24.6%
Key (black)5.9%
Color previews
#f04eb5 text on a black background
contrast 6.46:1
Card sample
#f04eb5 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f04eb5;
Background color
Panel with #f04eb5 background
background-color: #f04eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f04eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 78, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 78, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f04eb5; background: linear-gradient(135deg, #f04eb5, #F0534E);