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