#ffacf1
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 172, 241
HSL
310°, 100%, 84%
CMYK
0, 33, 6, 0
Luminance
0.5712
Every format
| HEX | #ffacf1 |
| RGB | rgb(255, 172, 241) |
| HSL | hsl(310, 100%, 84%) |
| CMYK | cmyk(0%, 33%, 6%, 0%) |
| LAB | lab(80.3 40.7 -22.1) |
| LCH | lch(80.3 46.3 331.5) |
| OKLCH | oklch(0.846 0.130 332.8) |
Copy-ready code
/* CSS */
color: #ffacf1;
background-color: #ffacf1;
/* Tailwind (arbitrary) */
class="text-[#ffacf1] bg-[#ffacf1]"
/* SCSS */
$brand: #ffacf1;
/* SwiftUI */
Color(red: 1.000, green: 0.675, blue: 0.945)
/* Android */
Color.parseColor("#ffacf1")Accessibility — WCAG contrast
Aa
#ffacf1 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffacf1 on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.5%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow5.5%
Key (black)0.0%
Color previews
#ffacf1 text on a black background
contrast 12.42:1
Card sample
#ffacf1 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffacf1;
Background color
Panel with #ffacf1 background
background-color: #ffacf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffacf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 172, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 172, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffacf1; background: linear-gradient(135deg, #ffacf1, #FFACBA);