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