#f172cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
241, 114, 207
HSL
316°, 82%, 70%
CMYK
0, 53, 14, 6
Luminance
0.3524
Every format
| HEX | #f172cf |
| RGB | rgb(241, 114, 207) |
| HSL | hsl(316, 82%, 70%) |
| CMYK | cmyk(0%, 53%, 14%, 6%) |
| LAB | lab(65.9 59.8 -25.4) |
| LCH | lch(65.9 65.0 337.0) |
| OKLCH | oklch(0.731 0.189 338.8) |
Copy-ready code
/* CSS */
color: #f172cf;
background-color: #f172cf;
/* Tailwind (arbitrary) */
class="text-[#f172cf] bg-[#f172cf]"
/* SCSS */
$brand: #f172cf;
/* SwiftUI */
Color(red: 0.945, green: 0.447, blue: 0.812)
/* Android */
Color.parseColor("#f172cf")Accessibility — WCAG contrast
Aa
#f172cf on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f172cf on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green44.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta52.7%
Yellow14.1%
Key (black)5.5%
Color previews
#f172cf text on a black background
contrast 8.05:1
Card sample
#f172cf text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f172cf;
Background color
Panel with #f172cf background
background-color: #f172cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f172cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 114, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 114, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f172cf; background: linear-gradient(135deg, #f172cf, #F1727A);