#fd75fe
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 117, 254
HSL
300°, 99%, 73%
CMYK
0, 54, 0, 0
Luminance
0.4076
Every format
| HEX | #fd75fe |
| RGB | rgb(253, 117, 254) |
| HSL | hsl(300, 99%, 73%) |
| CMYK | cmyk(0%, 54%, 0%, 0%) |
| LAB | lab(70.0 69.2 -44.9) |
| LCH | lch(70.0 82.5 327.0) |
| OKLCH | oklch(0.770 0.229 327.2) |
Copy-ready code
/* CSS */
color: #fd75fe;
background-color: #fd75fe;
/* Tailwind (arbitrary) */
class="text-[#fd75fe] bg-[#fd75fe]"
/* SCSS */
$brand: #fd75fe;
/* SwiftUI */
Color(red: 0.992, green: 0.459, blue: 0.996)
/* Android */
Color.parseColor("#fd75fe")Accessibility — WCAG contrast
Aa
#fd75fe on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd75fe on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green45.9%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta53.9%
Yellow0.0%
Key (black)0.4%
Color previews
#fd75fe text on a black background
contrast 9.15:1
Card sample
#fd75fe text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd75fe;
Background color
Panel with #fd75fe background
background-color: #fd75fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd75fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 117, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 117, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd75fe; background: linear-gradient(135deg, #fd75fe, #FE75A3);