#f1affc
a light, electric magenta / pink · warm · closest name: plum
RGB
241, 175, 252
HSL
291°, 93%, 84%
CMYK
4, 31, 0, 1
Luminance
0.5639
Every format
| HEX | #f1affc |
| RGB | rgb(241, 175, 252) |
| HSL | hsl(291, 93%, 84%) |
| CMYK | cmyk(4%, 31%, 0%, 1%) |
| LAB | lab(79.8 36.7 -28.7) |
| LCH | lch(79.8 46.6 321.9) |
| OKLCH | oklch(0.841 0.126 321.6) |
Copy-ready code
/* CSS */
color: #f1affc;
background-color: #f1affc;
/* Tailwind (arbitrary) */
class="text-[#f1affc] bg-[#f1affc]"
/* SCSS */
$brand: #f1affc;
/* SwiftUI */
Color(red: 0.945, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#f1affc")Accessibility — WCAG contrast
Aa
#f1affc on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1affc on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green68.6%
Blue98.8%
CMYK percentages
Cyan4.4%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#f1affc text on a black background
contrast 12.28:1
Card sample
#f1affc text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1affc;
Background color
Panel with #f1affc background
background-color: #f1affc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1affc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1affc; background: linear-gradient(135deg, #f1affc, #FCAFD4);