#f10cfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 12, 253
HSL
297°, 98%, 52%
CMYK
5, 95, 0, 1
Luminance
0.2606
Every format
| HEX | #f10cfd |
| RGB | rgb(241, 12, 253) |
| HSL | hsl(297, 98%, 52%) |
| CMYK | cmyk(5%, 95%, 0%, 1%) |
| LAB | lab(58.1 95.1 -63.4) |
| LCH | lch(58.1 114.3 326.3) |
| OKLCH | oklch(0.681 0.314 325.7) |
Copy-ready code
/* CSS */
color: #f10cfd;
background-color: #f10cfd;
/* Tailwind (arbitrary) */
class="text-[#f10cfd] bg-[#f10cfd]"
/* SCSS */
$brand: #f10cfd;
/* SwiftUI */
Color(red: 0.945, green: 0.047, blue: 0.992)
/* Android */
Color.parseColor("#f10cfd")Accessibility — WCAG contrast
Aa
#f10cfd on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f10cfd on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green4.7%
Blue99.2%
CMYK percentages
Cyan4.7%
Magenta95.3%
Yellow0.0%
Key (black)0.8%
Color previews
#f10cfd text on a black background
contrast 6.21:1
Card sample
#f10cfd text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f10cfd;
Background color
Panel with #f10cfd background
background-color: #f10cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f10cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 12, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 12, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f10cfd; background: linear-gradient(135deg, #f10cfd, #FD0C68);