#f005fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 5, 253
HSL
297°, 98%, 51%
CMYK
5, 98, 0, 1
Luminance
0.2573
Every format
| HEX | #f005fd |
| RGB | rgb(240, 5, 253) |
| HSL | hsl(297, 98%, 51%) |
| CMYK | cmyk(5%, 98%, 0%, 1%) |
| LAB | lab(57.8 95.4 -63.9) |
| LCH | lch(57.8 114.8 326.2) |
| OKLCH | oklch(0.679 0.315 325.5) |
Copy-ready code
/* CSS */
color: #f005fd;
background-color: #f005fd;
/* Tailwind (arbitrary) */
class="text-[#f005fd] bg-[#f005fd]"
/* SCSS */
$brand: #f005fd;
/* SwiftUI */
Color(red: 0.941, green: 0.020, blue: 0.992)
/* Android */
Color.parseColor("#f005fd")Accessibility — WCAG contrast
Aa
#f005fd on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f005fd on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green2.0%
Blue99.2%
CMYK percentages
Cyan5.1%
Magenta98.0%
Yellow0.0%
Key (black)0.8%
Color previews
#f005fd text on a black background
contrast 6.15:1
Card sample
#f005fd text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f005fd;
Background color
Panel with #f005fd background
background-color: #f005fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f005fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 5, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 5, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f005fd; background: linear-gradient(135deg, #f005fd, #FD0565);