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