#f9acec
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 172, 236
HSL
310°, 87%, 83%
CMYK
0, 31, 5, 2
Luminance
0.5570
Every format
| HEX | #f9acec |
| RGB | rgb(249, 172, 236) |
| HSL | hsl(310, 87%, 83%) |
| CMYK | cmyk(0%, 31%, 5%, 2%) |
| LAB | lab(79.4 37.9 -20.6) |
| LCH | lch(79.4 43.1 331.4) |
| OKLCH | oklch(0.838 0.121 332.7) |
Copy-ready code
/* CSS */
color: #f9acec;
background-color: #f9acec;
/* Tailwind (arbitrary) */
class="text-[#f9acec] bg-[#f9acec]"
/* SCSS */
$brand: #f9acec;
/* SwiftUI */
Color(red: 0.976, green: 0.675, blue: 0.925)
/* Android */
Color.parseColor("#f9acec")Accessibility — WCAG contrast
Aa
#f9acec on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9acec on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green67.5%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta30.9%
Yellow5.2%
Key (black)2.4%
Color previews
#f9acec text on a black background
contrast 12.14:1
Card sample
#f9acec text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9acec;
Background color
Panel with #f9acec background
background-color: #f9acec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9acec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 172, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 172, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9acec; background: linear-gradient(135deg, #f9acec, #F9ACB9);