#f5aceb
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 172, 235
HSL
308°, 79%, 82%
CMYK
0, 30, 4, 4
Luminance
0.5492
Every format
| HEX | #f5aceb |
| RGB | rgb(245, 172, 235) |
| HSL | hsl(308, 79%, 82%) |
| CMYK | cmyk(0%, 30%, 4%, 4%) |
| LAB | lab(79.0 36.4 -20.8) |
| LCH | lch(79.0 42.0 330.2) |
| OKLCH | oklch(0.833 0.117 331.4) |
Copy-ready code
/* CSS */
color: #f5aceb;
background-color: #f5aceb;
/* Tailwind (arbitrary) */
class="text-[#f5aceb] bg-[#f5aceb]"
/* SCSS */
$brand: #f5aceb;
/* SwiftUI */
Color(red: 0.961, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#f5aceb")Accessibility — WCAG contrast
Aa
#f5aceb on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5aceb on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green67.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow4.1%
Key (black)3.9%
Color previews
#f5aceb text on a black background
contrast 11.98:1
Card sample
#f5aceb text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5aceb;
Background color
Panel with #f5aceb background
background-color: #f5aceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5aceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5aceb; background: linear-gradient(135deg, #f5aceb, #F5ACBA);