#f170fd
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 112, 253
HSL
295°, 97%, 72%
CMYK
5, 56, 0, 1
Luminance
0.3738
Every format
| HEX | #f170fd |
| RGB | rgb(241, 112, 253) |
| HSL | hsl(295, 97%, 72%) |
| CMYK | cmyk(5%, 56%, 0%, 1%) |
| LAB | lab(67.6 68.3 -48.4) |
| LCH | lch(67.6 83.6 324.7) |
| OKLCH | oklch(0.749 0.229 324.2) |
Copy-ready code
/* CSS */
color: #f170fd;
background-color: #f170fd;
/* Tailwind (arbitrary) */
class="text-[#f170fd] bg-[#f170fd]"
/* SCSS */
$brand: #f170fd;
/* SwiftUI */
Color(red: 0.945, green: 0.439, blue: 0.992)
/* Android */
Color.parseColor("#f170fd")Accessibility — WCAG contrast
Aa
#f170fd on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f170fd on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green43.9%
Blue99.2%
CMYK percentages
Cyan4.7%
Magenta55.7%
Yellow0.0%
Key (black)0.8%
Color previews
#f170fd text on a black background
contrast 8.48:1
Card sample
#f170fd text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f170fd;
Background color
Panel with #f170fd background
background-color: #f170fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f170fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 112, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 112, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f170fd; background: linear-gradient(135deg, #f170fd, #FD70AB);