#f04fd8
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 79, 216
HSL
309°, 84%, 63%
CMYK
0, 67, 10, 6
Luminance
0.2908
Every format
| HEX | #f04fd8 |
| RGB | rgb(240, 79, 216) |
| HSL | hsl(309, 84%, 63%) |
| CMYK | cmyk(0%, 67%, 10%, 6%) |
| LAB | lab(60.9 75.4 -38.3) |
| LCH | lch(60.9 84.6 333.0) |
| OKLCH | oklch(0.694 0.243 334.4) |
Copy-ready code
/* CSS */
color: #f04fd8;
background-color: #f04fd8;
/* Tailwind (arbitrary) */
class="text-[#f04fd8] bg-[#f04fd8]"
/* SCSS */
$brand: #f04fd8;
/* SwiftUI */
Color(red: 0.941, green: 0.310, blue: 0.847)
/* Android */
Color.parseColor("#f04fd8")Accessibility — WCAG contrast
Aa
#f04fd8 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f04fd8 on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green31.0%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta67.1%
Yellow10.0%
Key (black)5.9%
Color previews
#f04fd8 text on a black background
contrast 6.82:1
Card sample
#f04fd8 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f04fd8;
Background color
Panel with #f04fd8 background
background-color: #f04fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f04fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 79, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 79, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f04fd8; background: linear-gradient(135deg, #f04fd8, #F04F6D);