#f015fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 21, 253
HSL
297°, 98%, 54%
CMYK
5, 92, 0, 1
Luminance
0.2615
Every format
| HEX | #f015fd |
| RGB | rgb(240, 21, 253) |
| HSL | hsl(297, 98%, 54%) |
| CMYK | cmyk(5%, 92%, 0%, 1%) |
| LAB | lab(58.2 94.2 -63.3) |
| LCH | lch(58.2 113.5 326.1) |
| OKLCH | oklch(0.682 0.311 325.4) |
Copy-ready code
/* CSS */
color: #f015fd;
background-color: #f015fd;
/* Tailwind (arbitrary) */
class="text-[#f015fd] bg-[#f015fd]"
/* SCSS */
$brand: #f015fd;
/* SwiftUI */
Color(red: 0.941, green: 0.082, blue: 0.992)
/* Android */
Color.parseColor("#f015fd")Accessibility — WCAG contrast
Aa
#f015fd on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f015fd on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green8.2%
Blue99.2%
CMYK percentages
Cyan5.1%
Magenta91.7%
Yellow0.0%
Key (black)0.8%
Color previews
#f015fd text on a black background
contrast 6.23:1
Card sample
#f015fd text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f015fd;
Background color
Panel with #f015fd background
background-color: #f015fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f015fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 21, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 21, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f015fd; background: linear-gradient(135deg, #f015fd, #FD156F);