#f1a4fe
a light, electric magenta / pink · warm · closest name: plum
RGB
241, 164, 254
HSL
291°, 98%, 82%
CMYK
5, 35, 0, 0
Luminance
0.5241
Every format
| HEX | #f1a4fe |
| RGB | rgb(241, 164, 254) |
| HSL | hsl(291, 98%, 82%) |
| CMYK | cmyk(5%, 35%, 0%, 0%) |
| LAB | lab(77.5 42.8 -33.4) |
| LCH | lch(77.5 54.3 322.1) |
| OKLCH | oklch(0.823 0.147 321.6) |
Copy-ready code
/* CSS */
color: #f1a4fe;
background-color: #f1a4fe;
/* Tailwind (arbitrary) */
class="text-[#f1a4fe] bg-[#f1a4fe]"
/* SCSS */
$brand: #f1a4fe;
/* SwiftUI */
Color(red: 0.945, green: 0.643, blue: 0.996)
/* Android */
Color.parseColor("#f1a4fe")Accessibility — WCAG contrast
Aa
#f1a4fe on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1a4fe on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green64.3%
Blue99.6%
CMYK percentages
Cyan5.1%
Magenta35.4%
Yellow0.0%
Key (black)0.4%
Color previews
#f1a4fe text on a black background
contrast 11.48:1
Card sample
#f1a4fe text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1a4fe;
Background color
Panel with #f1a4fe background
background-color: #f1a4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1a4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 164, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 164, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1a4fe; background: linear-gradient(135deg, #f1a4fe, #FEA4CF);