#fd3aff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 58, 255
HSL
299°, 100%, 61%
CMYK
1, 77, 0, 0
Luminance
0.3113
Every format
| HEX | #fd3aff |
| RGB | rgb(253, 58, 255) |
| HSL | hsl(299, 100%, 61%) |
| CMYK | cmyk(1%, 77%, 0%, 0%) |
| LAB | lab(62.6 90.2 -57.2) |
| LCH | lch(62.6 106.8 327.6) |
| OKLCH | oklch(0.717 0.297 327.7) |
Copy-ready code
/* CSS */
color: #fd3aff;
background-color: #fd3aff;
/* Tailwind (arbitrary) */
class="text-[#fd3aff] bg-[#fd3aff]"
/* SCSS */
$brand: #fd3aff;
/* SwiftUI */
Color(red: 0.992, green: 0.227, blue: 1.000)
/* Android */
Color.parseColor("#fd3aff")Accessibility — WCAG contrast
Aa
#fd3aff on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd3aff on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green22.7%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta77.3%
Yellow0.0%
Key (black)0.0%
Color previews
#fd3aff text on a black background
contrast 7.23:1
Card sample
#fd3aff text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3aff;
Background color
Panel with #fd3aff background
background-color: #fd3aff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3aff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 58, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 58, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3aff; background: linear-gradient(135deg, #fd3aff, #FF3A7E);