#f8aaeb
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 170, 235
HSL
310°, 85%, 82%
CMYK
0, 32, 5, 3
Luminance
0.5470
Every format
| HEX | #f8aaeb |
| RGB | rgb(248, 170, 235) |
| HSL | hsl(310, 85%, 82%) |
| CMYK | cmyk(0%, 32%, 5%, 3%) |
| LAB | lab(78.9 38.4 -21.0) |
| LCH | lch(78.9 43.8 331.4) |
| OKLCH | oklch(0.833 0.123 332.7) |
Copy-ready code
/* CSS */
color: #f8aaeb;
background-color: #f8aaeb;
/* Tailwind (arbitrary) */
class="text-[#f8aaeb] bg-[#f8aaeb]"
/* SCSS */
$brand: #f8aaeb;
/* SwiftUI */
Color(red: 0.973, green: 0.667, blue: 0.922)
/* Android */
Color.parseColor("#f8aaeb")Accessibility — WCAG contrast
Aa
#f8aaeb on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8aaeb on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green66.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta31.5%
Yellow5.2%
Key (black)2.7%
Color previews
#f8aaeb text on a black background
contrast 11.94:1
Card sample
#f8aaeb text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8aaeb;
Background color
Panel with #f8aaeb background
background-color: #f8aaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8aaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 170, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 170, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8aaeb; background: linear-gradient(135deg, #f8aaeb, #F8AAB7);