#f175cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
241, 117, 207
HSL
317°, 82%, 70%
CMYK
0, 52, 14, 6
Luminance
0.3593
Every format
| HEX | #f175cf |
| RGB | rgb(241, 117, 207) |
| HSL | hsl(317, 82%, 70%) |
| CMYK | cmyk(0%, 52%, 14%, 6%) |
| LAB | lab(66.5 58.4 -24.6) |
| LCH | lch(66.5 63.4 337.2) |
| OKLCH | oklch(0.735 0.184 339.0) |
Copy-ready code
/* CSS */
color: #f175cf;
background-color: #f175cf;
/* Tailwind (arbitrary) */
class="text-[#f175cf] bg-[#f175cf]"
/* SCSS */
$brand: #f175cf;
/* SwiftUI */
Color(red: 0.945, green: 0.459, blue: 0.812)
/* Android */
Color.parseColor("#f175cf")Accessibility — WCAG contrast
Aa
#f175cf on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f175cf on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green45.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta51.5%
Yellow14.1%
Key (black)5.5%
Color previews
#f175cf text on a black background
contrast 8.19:1
Card sample
#f175cf text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f175cf;
Background color
Panel with #f175cf background
background-color: #f175cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f175cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 117, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 117, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f175cf; background: linear-gradient(135deg, #f175cf, #F1757C);