#fe16af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
254, 22, 175
HSL
320°, 99%, 54%
CMYK
0, 91, 31, 0
Luminance
0.2474
Every format
| HEX | #fe16af |
| RGB | rgb(254, 22, 175) |
| HSL | hsl(320, 99%, 54%) |
| CMYK | cmyk(0%, 91%, 31%, 0%) |
| LAB | lab(56.8 86.7 -20.9) |
| LCH | lch(56.8 89.2 346.5) |
| OKLCH | oklch(0.664 0.272 348.3) |
Copy-ready code
/* CSS */
color: #fe16af;
background-color: #fe16af;
/* Tailwind (arbitrary) */
class="text-[#fe16af] bg-[#fe16af]"
/* SCSS */
$brand: #fe16af;
/* SwiftUI */
Color(red: 0.996, green: 0.086, blue: 0.686)
/* Android */
Color.parseColor("#fe16af")Accessibility — WCAG contrast
Aa
#fe16af on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe16af on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green8.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta91.3%
Yellow31.1%
Key (black)0.4%
Color previews
#fe16af text on a black background
contrast 5.95:1
Card sample
#fe16af text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe16af;
Background color
Panel with #fe16af background
background-color: #fe16af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe16af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 22, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 22, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe16af; background: linear-gradient(135deg, #fe16af, #FE1816);