#f8aceb
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 172, 235
HSL
310°, 84%, 82%
CMYK
0, 31, 5, 3
Luminance
0.5546
Every format
| HEX | #f8aceb |
| RGB | rgb(248, 172, 235) |
| HSL | hsl(310, 84%, 82%) |
| CMYK | cmyk(0%, 31%, 5%, 3%) |
| LAB | lab(79.3 37.4 -20.3) |
| LCH | lch(79.3 42.5 331.5) |
| OKLCH | oklch(0.836 0.119 332.8) |
Copy-ready code
/* CSS */
color: #f8aceb;
background-color: #f8aceb;
/* Tailwind (arbitrary) */
class="text-[#f8aceb] bg-[#f8aceb]"
/* SCSS */
$brand: #f8aceb;
/* SwiftUI */
Color(red: 0.973, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#f8aceb")Accessibility — WCAG contrast
Aa
#f8aceb on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8aceb on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green67.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow5.2%
Key (black)2.7%
Color previews
#f8aceb text on a black background
contrast 12.09:1
Card sample
#f8aceb text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8aceb;
Background color
Panel with #f8aceb background
background-color: #f8aceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8aceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8aceb; background: linear-gradient(135deg, #f8aceb, #F8ACB8);