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