#f166cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
241, 102, 207
HSL
315°, 83%, 67%
CMYK
0, 58, 14, 6
Luminance
0.3271
Every format
| HEX | #f166cf |
| RGB | rgb(241, 102, 207) |
| HSL | hsl(315, 83%, 67%) |
| CMYK | cmyk(0%, 58%, 14%, 6%) |
| LAB | lab(63.9 65.2 -28.5) |
| LCH | lch(63.9 71.1 336.4) |
| OKLCH | oklch(0.716 0.206 338.1) |
Copy-ready code
/* CSS */
color: #f166cf;
background-color: #f166cf;
/* Tailwind (arbitrary) */
class="text-[#f166cf] bg-[#f166cf]"
/* SCSS */
$brand: #f166cf;
/* SwiftUI */
Color(red: 0.945, green: 0.400, blue: 0.812)
/* Android */
Color.parseColor("#f166cf")Accessibility — WCAG contrast
Aa
#f166cf on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f166cf on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green40.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta57.7%
Yellow14.1%
Key (black)5.5%
Color previews
#f166cf text on a black background
contrast 7.54:1
Card sample
#f166cf text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f166cf;
Background color
Panel with #f166cf background
background-color: #f166cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f166cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 102, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 102, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f166cf; background: linear-gradient(135deg, #f166cf, #F16672);