#f024bd
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 36, 189
HSL
315°, 87%, 54%
CMYK
0, 85, 21, 6
Luminance
0.2346
Every format
| HEX | #f024bd |
| RGB | rgb(240, 36, 189) |
| HSL | hsl(315, 87%, 54%) |
| CMYK | cmyk(0%, 85%, 21%, 6%) |
| LAB | lab(55.5 83.5 -31.2) |
| LCH | lch(55.5 89.1 339.5) |
| OKLCH | oklch(0.652 0.265 341.5) |
Copy-ready code
/* CSS */
color: #f024bd;
background-color: #f024bd;
/* Tailwind (arbitrary) */
class="text-[#f024bd] bg-[#f024bd]"
/* SCSS */
$brand: #f024bd;
/* SwiftUI */
Color(red: 0.941, green: 0.141, blue: 0.741)
/* Android */
Color.parseColor("#f024bd")Accessibility — WCAG contrast
Aa
#f024bd on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f024bd on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green14.1%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta85.0%
Yellow21.2%
Key (black)5.9%
Color previews
#f024bd text on a black background
contrast 5.69:1
Card sample
#f024bd text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f024bd;
Background color
Panel with #f024bd background
background-color: #f024bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f024bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 36, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 36, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f024bd; background: linear-gradient(135deg, #f024bd, #F02435);