#fe01af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
254, 1, 175
HSL
319°, 99%, 50%
CMYK
0, 100, 31, 0
Luminance
0.2419
Every format
| HEX | #fe01af |
| RGB | rgb(254, 1, 175) |
| HSL | hsl(319, 99%, 50%) |
| CMYK | cmyk(0%, 100%, 31%, 0%) |
| LAB | lab(56.3 88.3 -21.7) |
| LCH | lch(56.3 91.0 346.2) |
| OKLCH | oklch(0.660 0.277 348.1) |
Copy-ready code
/* CSS */
color: #fe01af;
background-color: #fe01af;
/* Tailwind (arbitrary) */
class="text-[#fe01af] bg-[#fe01af]"
/* SCSS */
$brand: #fe01af;
/* SwiftUI */
Color(red: 0.996, green: 0.004, blue: 0.686)
/* Android */
Color.parseColor("#fe01af")Accessibility — WCAG contrast
Aa
#fe01af on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe01af on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green0.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta99.6%
Yellow31.1%
Key (black)0.4%
Color previews
#fe01af text on a black background
contrast 5.84:1
Card sample
#fe01af text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe01af;
Background color
Panel with #fe01af background
background-color: #fe01af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe01af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 1, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 1, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe01af; background: linear-gradient(135deg, #fe01af, #FE0107);