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