#f1acfc
a light, electric magenta / pink · warm · closest name: plum
RGB
241, 172, 252
HSL
292°, 93%, 83%
CMYK
4, 32, 0, 1
Luminance
0.5523
Every format
| HEX | #f1acfc |
| RGB | rgb(241, 172, 252) |
| HSL | hsl(292, 93%, 83%) |
| CMYK | cmyk(4%, 32%, 0%, 1%) |
| LAB | lab(79.2 38.3 -29.7) |
| LCH | lch(79.2 48.5 322.1) |
| OKLCH | oklch(0.836 0.131 321.8) |
Copy-ready code
/* CSS */
color: #f1acfc;
background-color: #f1acfc;
/* Tailwind (arbitrary) */
class="text-[#f1acfc] bg-[#f1acfc]"
/* SCSS */
$brand: #f1acfc;
/* SwiftUI */
Color(red: 0.945, green: 0.675, blue: 0.988)
/* Android */
Color.parseColor("#f1acfc")Accessibility — WCAG contrast
Aa
#f1acfc on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1acfc on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green67.5%
Blue98.8%
CMYK percentages
Cyan4.4%
Magenta31.7%
Yellow0.0%
Key (black)1.2%
Color previews
#f1acfc text on a black background
contrast 12.05:1
Card sample
#f1acfc text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1acfc;
Background color
Panel with #f1acfc background
background-color: #f1acfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1acfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 172, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 172, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1acfc; background: linear-gradient(135deg, #f1acfc, #FCACD2);