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