#f044c4
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 68, 196
HSL
315°, 85%, 60%
CMYK
0, 72, 18, 6
Luminance
0.2665
Every format
| HEX | #f044c4 |
| RGB | rgb(240, 68, 196) |
| HSL | hsl(315, 85%, 60%) |
| CMYK | cmyk(0%, 72%, 18%, 6%) |
| LAB | lab(58.6 76.3 -30.4) |
| LCH | lch(58.6 82.2 338.3) |
| OKLCH | oklch(0.675 0.242 340.2) |
Copy-ready code
/* CSS */
color: #f044c4;
background-color: #f044c4;
/* Tailwind (arbitrary) */
class="text-[#f044c4] bg-[#f044c4]"
/* SCSS */
$brand: #f044c4;
/* SwiftUI */
Color(red: 0.941, green: 0.267, blue: 0.769)
/* Android */
Color.parseColor("#f044c4")Accessibility — WCAG contrast
Aa
#f044c4 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f044c4 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green26.7%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow18.3%
Key (black)5.9%
Color previews
#f044c4 text on a black background
contrast 6.33:1
Card sample
#f044c4 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f044c4;
Background color
Panel with #f044c4 background
background-color: #f044c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f044c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 68, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 68, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f044c4; background: linear-gradient(135deg, #f044c4, #F04452);