#f17afd
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 122, 253
HSL
295°, 97%, 74%
CMYK
5, 52, 0, 1
Luminance
0.3971
Every format
| HEX | #f17afd |
| RGB | rgb(241, 122, 253) |
| HSL | hsl(295, 97%, 74%) |
| CMYK | cmyk(5%, 52%, 0%, 1%) |
| LAB | lab(69.3 63.7 -45.7) |
| LCH | lch(69.3 78.4 324.4) |
| OKLCH | oklch(0.762 0.214 323.9) |
Copy-ready code
/* CSS */
color: #f17afd;
background-color: #f17afd;
/* Tailwind (arbitrary) */
class="text-[#f17afd] bg-[#f17afd]"
/* SCSS */
$brand: #f17afd;
/* SwiftUI */
Color(red: 0.945, green: 0.478, blue: 0.992)
/* Android */
Color.parseColor("#f17afd")Accessibility — WCAG contrast
Aa
#f17afd on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f17afd on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green47.8%
Blue99.2%
CMYK percentages
Cyan4.7%
Magenta51.8%
Yellow0.0%
Key (black)0.8%
Color previews
#f17afd text on a black background
contrast 8.94:1
Card sample
#f17afd text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f17afd;
Background color
Panel with #f17afd background
background-color: #f17afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f17afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 122, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 122, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f17afd; background: linear-gradient(135deg, #f17afd, #FD7AB2);