#f16acf
a light, electric magenta / pink · warm · closest name: orchid
RGB
241, 106, 207
HSL
315°, 83%, 68%
CMYK
0, 56, 14, 6
Luminance
0.3351
Every format
| HEX | #f16acf |
| RGB | rgb(241, 106, 207) |
| HSL | hsl(315, 83%, 68%) |
| CMYK | cmyk(0%, 56%, 14%, 6%) |
| LAB | lab(64.6 63.4 -27.5) |
| LCH | lch(64.6 69.1 336.6) |
| OKLCH | oklch(0.721 0.201 338.3) |
Copy-ready code
/* CSS */
color: #f16acf;
background-color: #f16acf;
/* Tailwind (arbitrary) */
class="text-[#f16acf] bg-[#f16acf]"
/* SCSS */
$brand: #f16acf;
/* SwiftUI */
Color(red: 0.945, green: 0.416, blue: 0.812)
/* Android */
Color.parseColor("#f16acf")Accessibility — WCAG contrast
Aa
#f16acf on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f16acf on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green41.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta56.0%
Yellow14.1%
Key (black)5.5%
Color previews
#f16acf text on a black background
contrast 7.70:1
Card sample
#f16acf text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f16acf;
Background color
Panel with #f16acf background
background-color: #f16acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f16acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 106, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 106, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f16acf; background: linear-gradient(135deg, #f16acf, #F16A75);