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