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