#f1aade
a light, vivid magenta / pink · warm · closest name: plum
RGB
241, 170, 222
HSL
316°, 72%, 81%
CMYK
0, 30, 8, 6
Luminance
0.5272
Every format
| HEX | #f1aade |
| RGB | rgb(241, 170, 222) |
| HSL | hsl(316, 72%, 81%) |
| CMYK | cmyk(0%, 30%, 8%, 6%) |
| LAB | lab(77.7 33.9 -15.8) |
| LCH | lch(77.7 37.4 335.1) |
| OKLCH | oklch(0.821 0.106 336.7) |
Copy-ready code
/* CSS */
color: #f1aade;
background-color: #f1aade;
/* Tailwind (arbitrary) */
class="text-[#f1aade] bg-[#f1aade]"
/* SCSS */
$brand: #f1aade;
/* SwiftUI */
Color(red: 0.945, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#f1aade")Accessibility — WCAG contrast
Aa
#f1aade on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1aade on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green66.7%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta29.5%
Yellow7.9%
Key (black)5.5%
Color previews
#f1aade text on a black background
contrast 11.54:1
Card sample
#f1aade text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1aade;
Background color
Panel with #f1aade background
background-color: #f1aade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1aade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1aade; background: linear-gradient(135deg, #f1aade, #F1AAAF);