#fd2afc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 42, 252
HSL
300°, 98%, 58%
CMYK
0, 83, 0, 1
Luminance
0.2957
Every format
| HEX | #fd2afc |
| RGB | rgb(253, 42, 252) |
| HSL | hsl(300, 98%, 58%) |
| CMYK | cmyk(0%, 83%, 0%, 1%) |
| LAB | lab(61.3 93.2 -57.6) |
| LCH | lch(61.3 109.6 328.3) |
| OKLCH | oklch(0.707 0.306 328.5) |
Copy-ready code
/* CSS */
color: #fd2afc;
background-color: #fd2afc;
/* Tailwind (arbitrary) */
class="text-[#fd2afc] bg-[#fd2afc]"
/* SCSS */
$brand: #fd2afc;
/* SwiftUI */
Color(red: 0.992, green: 0.165, blue: 0.988)
/* Android */
Color.parseColor("#fd2afc")Accessibility — WCAG contrast
Aa
#fd2afc on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2afc on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green16.5%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta83.4%
Yellow0.4%
Key (black)0.8%
Color previews
#fd2afc text on a black background
contrast 6.91:1
Card sample
#fd2afc text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2afc;
Background color
Panel with #fd2afc background
background-color: #fd2afc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2afc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 42, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 42, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2afc; background: linear-gradient(135deg, #fd2afc, #FD2A6F);