#f026df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 38, 223
HSL
305°, 87%, 55%
CMYK
0, 84, 7, 6
Luminance
0.2524
Every format
| HEX | #f026df |
| RGB | rgb(240, 38, 223) |
| HSL | hsl(305, 87%, 55%) |
| CMYK | cmyk(0%, 84%, 7%, 6%) |
| LAB | lab(57.3 87.5 -47.9) |
| LCH | lch(57.3 99.7 331.3) |
| OKLCH | oklch(0.670 0.284 332.3) |
Copy-ready code
/* CSS */
color: #f026df;
background-color: #f026df;
/* Tailwind (arbitrary) */
class="text-[#f026df] bg-[#f026df]"
/* SCSS */
$brand: #f026df;
/* SwiftUI */
Color(red: 0.941, green: 0.149, blue: 0.875)
/* Android */
Color.parseColor("#f026df")Accessibility — WCAG contrast
Aa
#f026df on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f026df on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green14.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta84.2%
Yellow7.1%
Key (black)5.9%
Color previews
#f026df text on a black background
contrast 6.05:1
Card sample
#f026df text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f026df;
Background color
Panel with #f026df background
background-color: #f026df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f026df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 38, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 38, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f026df; background: linear-gradient(135deg, #f026df, #F02658);