#f04792
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 71, 146
HSL
333°, 85%, 61%
CMYK
0, 70, 39, 6
Luminance
0.2511
Every format
| HEX | #f04792 |
| RGB | rgb(240, 71, 146) |
| HSL | hsl(333, 85%, 61%) |
| CMYK | cmyk(0%, 70%, 39%, 6%) |
| LAB | lab(57.2 69.5 -3.6) |
| LCH | lch(57.2 69.6 357.0) |
| OKLCH | oklch(0.659 0.213 357.7) |
Copy-ready code
/* CSS */
color: #f04792;
background-color: #f04792;
/* Tailwind (arbitrary) */
class="text-[#f04792] bg-[#f04792]"
/* SCSS */
$brand: #f04792;
/* SwiftUI */
Color(red: 0.941, green: 0.278, blue: 0.573)
/* Android */
Color.parseColor("#f04792")Accessibility — WCAG contrast
Aa
#f04792 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f04792 on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green27.8%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta70.4%
Yellow39.2%
Key (black)5.9%
Color previews
#f04792 text on a black background
contrast 6.02:1
Card sample
#f04792 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f04792;
Background color
Panel with #f04792 background
background-color: #f04792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f04792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 71, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 71, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f04792; background: linear-gradient(135deg, #f04792, #F06D47);