#fd35ff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 53, 255
HSL
299°, 100%, 60%
CMYK
1, 79, 0, 0
Luminance
0.3065
Every format
| HEX | #fd35ff |
| RGB | rgb(253, 53, 255) |
| HSL | hsl(299, 100%, 60%) |
| CMYK | cmyk(1%, 79%, 0%, 0%) |
| LAB | lab(62.2 91.4 -57.8) |
| LCH | lch(62.2 108.1 327.7) |
| OKLCH | oklch(0.714 0.301 327.7) |
Copy-ready code
/* CSS */
color: #fd35ff;
background-color: #fd35ff;
/* Tailwind (arbitrary) */
class="text-[#fd35ff] bg-[#fd35ff]"
/* SCSS */
$brand: #fd35ff;
/* SwiftUI */
Color(red: 0.992, green: 0.208, blue: 1.000)
/* Android */
Color.parseColor("#fd35ff")Accessibility — WCAG contrast
Aa
#fd35ff on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd35ff on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green20.8%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta79.2%
Yellow0.0%
Key (black)0.0%
Color previews
#fd35ff text on a black background
contrast 7.13:1
Card sample
#fd35ff text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd35ff;
Background color
Panel with #fd35ff background
background-color: #fd35ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd35ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 53, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 53, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd35ff; background: linear-gradient(135deg, #fd35ff, #FF357A);