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