#f16ac8
a light, electric magenta / pink · warm · closest name: orchid
RGB
241, 106, 200
HSL
318°, 83%, 68%
CMYK
0, 56, 17, 6
Luminance
0.3318
Every format
| HEX | #f16ac8 |
| RGB | rgb(241, 106, 200) |
| HSL | hsl(318, 83%, 68%) |
| CMYK | cmyk(0%, 56%, 17%, 6%) |
| LAB | lab(64.3 62.4 -23.9) |
| LCH | lch(64.3 66.8 339.0) |
| OKLCH | oklch(0.718 0.196 340.9) |
Copy-ready code
/* CSS */
color: #f16ac8;
background-color: #f16ac8;
/* Tailwind (arbitrary) */
class="text-[#f16ac8] bg-[#f16ac8]"
/* SCSS */
$brand: #f16ac8;
/* SwiftUI */
Color(red: 0.945, green: 0.416, blue: 0.784)
/* Android */
Color.parseColor("#f16ac8")Accessibility — WCAG contrast
Aa
#f16ac8 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f16ac8 on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green41.6%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta56.0%
Yellow17.0%
Key (black)5.5%
Color previews
#f16ac8 text on a black background
contrast 7.64:1
Card sample
#f16ac8 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f16ac8;
Background color
Panel with #f16ac8 background
background-color: #f16ac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f16ac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 106, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 106, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f16ac8; background: linear-gradient(135deg, #f16ac8, #F16A6E);