#fd7afe
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 122, 254
HSL
300°, 99%, 74%
CMYK
0, 52, 0, 0
Luminance
0.4196
Every format
| HEX | #fd7afe |
| RGB | rgb(253, 122, 254) |
| HSL | hsl(300, 99%, 74%) |
| CMYK | cmyk(0%, 52%, 0%, 0%) |
| LAB | lab(70.8 67.0 -43.6) |
| LCH | lch(70.8 80.0 326.9) |
| OKLCH | oklch(0.777 0.221 327.2) |
Copy-ready code
/* CSS */
color: #fd7afe;
background-color: #fd7afe;
/* Tailwind (arbitrary) */
class="text-[#fd7afe] bg-[#fd7afe]"
/* SCSS */
$brand: #fd7afe;
/* SwiftUI */
Color(red: 0.992, green: 0.478, blue: 0.996)
/* Android */
Color.parseColor("#fd7afe")Accessibility — WCAG contrast
Aa
#fd7afe on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7afe on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green47.8%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta52.0%
Yellow0.0%
Key (black)0.4%
Color previews
#fd7afe text on a black background
contrast 9.39:1
Card sample
#fd7afe text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7afe;
Background color
Panel with #fd7afe background
background-color: #fd7afe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7afe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 122, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 122, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7afe; background: linear-gradient(135deg, #fd7afe, #FE7AA7);