#f17dcd
a light, electric magenta / pink · warm · closest name: orchid
RGB
241, 125, 205
HSL
319°, 81%, 72%
CMYK
0, 48, 15, 6
Luminance
0.3778
Every format
| HEX | #f17dcd |
| RGB | rgb(241, 125, 205) |
| HSL | hsl(319, 81%, 72%) |
| CMYK | cmyk(0%, 48%, 15%, 6%) |
| LAB | lab(67.9 54.3 -21.3) |
| LCH | lch(67.9 58.3 338.5) |
| OKLCH | oklch(0.745 0.170 340.4) |
Copy-ready code
/* CSS */
color: #f17dcd;
background-color: #f17dcd;
/* Tailwind (arbitrary) */
class="text-[#f17dcd] bg-[#f17dcd]"
/* SCSS */
$brand: #f17dcd;
/* SwiftUI */
Color(red: 0.945, green: 0.490, blue: 0.804)
/* Android */
Color.parseColor("#f17dcd")Accessibility — WCAG contrast
Aa
#f17dcd on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f17dcd on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green49.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta48.1%
Yellow14.9%
Key (black)5.5%
Color previews
#f17dcd text on a black background
contrast 8.56:1
Card sample
#f17dcd text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f17dcd;
Background color
Panel with #f17dcd background
background-color: #f17dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f17dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 125, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 125, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f17dcd; background: linear-gradient(135deg, #f17dcd, #F17D80);