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