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