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