#fd12fe
a balanced, electric magenta / pink · warm · “magenta”
RGB
253, 18, 254
HSL
300°, 99%, 53%
CMYK
0, 93, 0, 0
Luminance
0.2847
Every format
| HEX | #fd12fe |
| RGB | rgb(253, 18, 254) |
| HSL | hsl(300, 99%, 53%) |
| CMYK | cmyk(0%, 93%, 0%, 0%) |
| LAB | lab(60.3 96.6 -60.3) |
| LCH | lch(60.3 113.9 328.0) |
| OKLCH | oklch(0.701 0.318 328.1) |
Copy-ready code
/* CSS */
color: #fd12fe;
background-color: #fd12fe;
/* Tailwind (arbitrary) */
class="text-[#fd12fe] bg-[#fd12fe]"
/* SCSS */
$brand: #fd12fe;
/* SwiftUI */
Color(red: 0.992, green: 0.071, blue: 0.996)
/* Android */
Color.parseColor("#fd12fe")Accessibility — WCAG contrast
Aa
#fd12fe on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd12fe on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green7.1%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta92.9%
Yellow0.0%
Key (black)0.4%
Color previews
#fd12fe text on a black background
contrast 6.69:1
Card sample
#fd12fe text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd12fe;
Background color
Panel with #fd12fe background
background-color: #fd12fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd12fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 18, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 18, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd12fe; background: linear-gradient(135deg, #fd12fe, #FE1262);