#f024b7
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 36, 183
HSL
317°, 87%, 54%
CMYK
0, 85, 24, 6
Luminance
0.2321
Every format
| HEX | #f024b7 |
| RGB | rgb(240, 36, 183) |
| HSL | hsl(317, 87%, 54%) |
| CMYK | cmyk(0%, 85%, 24%, 6%) |
| LAB | lab(55.3 82.8 -28.1) |
| LCH | lch(55.3 87.4 341.2) |
| OKLCH | oklch(0.649 0.262 343.2) |
Copy-ready code
/* CSS */
color: #f024b7;
background-color: #f024b7;
/* Tailwind (arbitrary) */
class="text-[#f024b7] bg-[#f024b7]"
/* SCSS */
$brand: #f024b7;
/* SwiftUI */
Color(red: 0.941, green: 0.141, blue: 0.718)
/* Android */
Color.parseColor("#f024b7")Accessibility — WCAG contrast
Aa
#f024b7 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f024b7 on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green14.1%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta85.0%
Yellow23.8%
Key (black)5.9%
Color previews
#f024b7 text on a black background
contrast 5.64:1
Card sample
#f024b7 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f024b7;
Background color
Panel with #f024b7 background
background-color: #f024b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f024b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 36, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 36, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f024b7; background: linear-gradient(135deg, #f024b7, #F0242F);