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