#f024bf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 36, 191
HSL
314°, 87%, 54%
CMYK
0, 85, 20, 6
Luminance
0.2355
Every format
| HEX | #f024bf |
| RGB | rgb(240, 36, 191) |
| HSL | hsl(314, 87%, 54%) |
| CMYK | cmyk(0%, 85%, 20%, 6%) |
| LAB | lab(55.6 83.7 -32.2) |
| LCH | lch(55.6 89.7 338.9) |
| OKLCH | oklch(0.653 0.266 340.9) |
Copy-ready code
/* CSS */
color: #f024bf;
background-color: #f024bf;
/* Tailwind (arbitrary) */
class="text-[#f024bf] bg-[#f024bf]"
/* SCSS */
$brand: #f024bf;
/* SwiftUI */
Color(red: 0.941, green: 0.141, blue: 0.749)
/* Android */
Color.parseColor("#f024bf")Accessibility — WCAG contrast
Aa
#f024bf on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f024bf on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green14.1%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta85.0%
Yellow20.4%
Key (black)5.9%
Color previews
#f024bf text on a black background
contrast 5.71:1
Card sample
#f024bf text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f024bf;
Background color
Panel with #f024bf background
background-color: #f024bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f024bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 36, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 36, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f024bf; background: linear-gradient(135deg, #f024bf, #F02437);