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