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