#ffacfd
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 172, 253
HSL
301°, 100%, 84%
CMYK
0, 33, 1, 0
Luminance
0.5786
Every format
| HEX | #ffacfd |
| RGB | rgb(255, 172, 253) |
| HSL | hsl(301, 100%, 84%) |
| CMYK | cmyk(0%, 33%, 1%, 0%) |
| LAB | lab(80.7 42.8 -27.9) |
| LCH | lch(80.7 51.0 326.9) |
| OKLCH | oklch(0.850 0.141 327.5) |
Copy-ready code
/* CSS */
color: #ffacfd;
background-color: #ffacfd;
/* Tailwind (arbitrary) */
class="text-[#ffacfd] bg-[#ffacfd]"
/* SCSS */
$brand: #ffacfd;
/* SwiftUI */
Color(red: 1.000, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#ffacfd")Accessibility — WCAG contrast
Aa
#ffacfd on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffacfd on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.5%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow0.8%
Key (black)0.0%
Color previews
#ffacfd text on a black background
contrast 12.57:1
Card sample
#ffacfd text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffacfd;
Background color
Panel with #ffacfd background
background-color: #ffacfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffacfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffacfd; background: linear-gradient(135deg, #ffacfd, #FFACC6);