#f1aeee
a light, vivid magenta / pink · warm · closest name: plum
RGB
241, 174, 238
HSL
303°, 71%, 81%
CMYK
0, 28, 1, 6
Luminance
0.5515
Every format
| HEX | #f1aeee |
| RGB | rgb(241, 174, 238) |
| HSL | hsl(303, 71%, 81%) |
| CMYK | cmyk(0%, 28%, 1%, 6%) |
| LAB | lab(79.1 34.6 -22.3) |
| LCH | lch(79.1 41.2 327.2) |
| OKLCH | oklch(0.834 0.114 328.0) |
Copy-ready code
/* CSS */
color: #f1aeee;
background-color: #f1aeee;
/* Tailwind (arbitrary) */
class="text-[#f1aeee] bg-[#f1aeee]"
/* SCSS */
$brand: #f1aeee;
/* SwiftUI */
Color(red: 0.945, green: 0.682, blue: 0.933)
/* Android */
Color.parseColor("#f1aeee")Accessibility — WCAG contrast
Aa
#f1aeee on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1aeee on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green68.2%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta27.8%
Yellow1.2%
Key (black)5.5%
Color previews
#f1aeee text on a black background
contrast 12.03:1
Card sample
#f1aeee text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1aeee;
Background color
Panel with #f1aeee background
background-color: #f1aeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1aeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 174, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 174, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1aeee; background: linear-gradient(135deg, #f1aeee, #F1AEC1);