#f17fda
a light, electric magenta / pink · warm · closest name: orchid
RGB
241, 127, 218
HSL
312°, 80%, 72%
CMYK
0, 47, 10, 6
Luminance
0.3894
Every format
| HEX | #f17fda |
| RGB | rgb(241, 127, 218) |
| HSL | hsl(312, 80%, 72%) |
| CMYK | cmyk(0%, 47%, 10%, 6%) |
| LAB | lab(68.7 55.3 -27.3) |
| LCH | lch(68.7 61.7 333.8) |
| OKLCH | oklch(0.753 0.176 335.3) |
Copy-ready code
/* CSS */
color: #f17fda;
background-color: #f17fda;
/* Tailwind (arbitrary) */
class="text-[#f17fda] bg-[#f17fda]"
/* SCSS */
$brand: #f17fda;
/* SwiftUI */
Color(red: 0.945, green: 0.498, blue: 0.855)
/* Android */
Color.parseColor("#f17fda")Accessibility — WCAG contrast
Aa
#f17fda on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f17fda on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green49.8%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta47.3%
Yellow9.5%
Key (black)5.5%
Color previews
#f17fda text on a black background
contrast 8.79:1
Card sample
#f17fda text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f17fda;
Background color
Panel with #f17fda background
background-color: #f17fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f17fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 127, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 127, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f17fda; background: linear-gradient(135deg, #f17fda, #F17F8E);