#f8aac6
a light, electric magenta / pink · warm · closest name: pink
RGB
248, 170, 198
HSL
339°, 85%, 82%
CMYK
0, 32, 20, 3
Luminance
0.5278
Every format
| HEX | #f8aac6 |
| RGB | rgb(248, 170, 198) |
| HSL | hsl(339, 85%, 82%) |
| CMYK | cmyk(0%, 32%, 20%, 3%) |
| LAB | lab(77.8 32.5 -2.6) |
| LCH | lch(77.8 32.6 355.5) |
| OKLCH | oklch(0.821 0.098 356.3) |
Copy-ready code
/* CSS */
color: #f8aac6;
background-color: #f8aac6;
/* Tailwind (arbitrary) */
class="text-[#f8aac6] bg-[#f8aac6]"
/* SCSS */
$brand: #f8aac6;
/* SwiftUI */
Color(red: 0.973, green: 0.667, blue: 0.776)
/* Android */
Color.parseColor("#f8aac6")Accessibility — WCAG contrast
Aa
#f8aac6 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8aac6 on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green66.7%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta31.5%
Yellow20.2%
Key (black)2.7%
Color previews
#f8aac6 text on a black background
contrast 11.56:1
Card sample
#f8aac6 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8aac6;
Background color
Panel with #f8aac6 background
background-color: #f8aac6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8aac6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 170, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 170, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8aac6; background: linear-gradient(135deg, #f8aac6, #F8C2AA);