#fd75eb
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 117, 235
HSL
308°, 97%, 73%
CMYK
0, 54, 7, 1
Luminance
0.3960
Every format
| HEX | #fd75eb |
| RGB | rgb(253, 117, 235) |
| HSL | hsl(308, 97%, 73%) |
| CMYK | cmyk(0%, 54%, 7%, 1%) |
| LAB | lab(69.2 66.1 -35.8) |
| LCH | lch(69.2 75.2 331.6) |
| OKLCH | oklch(0.762 0.213 332.8) |
Copy-ready code
/* CSS */
color: #fd75eb;
background-color: #fd75eb;
/* Tailwind (arbitrary) */
class="text-[#fd75eb] bg-[#fd75eb]"
/* SCSS */
$brand: #fd75eb;
/* SwiftUI */
Color(red: 0.992, green: 0.459, blue: 0.922)
/* Android */
Color.parseColor("#fd75eb")Accessibility — WCAG contrast
Aa
#fd75eb on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd75eb on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green45.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta53.8%
Yellow7.1%
Key (black)0.8%
Color previews
#fd75eb text on a black background
contrast 8.92:1
Card sample
#fd75eb text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd75eb;
Background color
Panel with #fd75eb background
background-color: #fd75eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd75eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 117, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 117, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd75eb; background: linear-gradient(135deg, #fd75eb, #FD7590);