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