#f8acce
a light, electric magenta / pink · warm · closest name: pink
RGB
248, 172, 206
HSL
333°, 84%, 82%
CMYK
0, 31, 17, 3
Luminance
0.5392
Every format
| HEX | #f8acce |
| RGB | rgb(248, 172, 206) |
| HSL | hsl(333, 84%, 82%) |
| CMYK | cmyk(0%, 31%, 17%, 3%) |
| LAB | lab(78.4 32.7 -6.0) |
| LCH | lch(78.4 33.2 349.7) |
| OKLCH | oklch(0.827 0.098 351.0) |
Copy-ready code
/* CSS */
color: #f8acce;
background-color: #f8acce;
/* Tailwind (arbitrary) */
class="text-[#f8acce] bg-[#f8acce]"
/* SCSS */
$brand: #f8acce;
/* SwiftUI */
Color(red: 0.973, green: 0.675, blue: 0.808)
/* Android */
Color.parseColor("#f8acce")Accessibility — WCAG contrast
Aa
#f8acce on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8acce on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green67.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow16.9%
Key (black)2.7%
Color previews
#f8acce text on a black background
contrast 11.78:1
Card sample
#f8acce text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8acce;
Background color
Panel with #f8acce background
background-color: #f8acce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8acce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 172, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 172, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8acce; background: linear-gradient(135deg, #f8acce, #F8BDAC);