#f17dfd
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 125, 253
HSL
294°, 97%, 74%
CMYK
5, 51, 0, 1
Luminance
0.4046
Every format
| HEX | #f17dfd |
| RGB | rgb(241, 125, 253) |
| HSL | hsl(294, 97%, 74%) |
| CMYK | cmyk(5%, 51%, 0%, 1%) |
| LAB | lab(69.8 62.3 -44.8) |
| LCH | lch(69.8 76.7 324.2) |
| OKLCH | oklch(0.766 0.209 323.8) |
Copy-ready code
/* CSS */
color: #f17dfd;
background-color: #f17dfd;
/* Tailwind (arbitrary) */
class="text-[#f17dfd] bg-[#f17dfd]"
/* SCSS */
$brand: #f17dfd;
/* SwiftUI */
Color(red: 0.945, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#f17dfd")Accessibility — WCAG contrast
Aa
#f17dfd on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f17dfd on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green49.0%
Blue99.2%
CMYK percentages
Cyan4.7%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#f17dfd text on a black background
contrast 9.09:1
Card sample
#f17dfd text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f17dfd;
Background color
Panel with #f17dfd background
background-color: #f17dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f17dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f17dfd; background: linear-gradient(135deg, #f17dfd, #FD7DB4);