#feacfd
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 172, 253
HSL
301°, 98%, 84%
CMYK
0, 32, 0, 0
Luminance
0.5767
Every format
| HEX | #feacfd |
| RGB | rgb(254, 172, 253) |
| HSL | hsl(301, 98%, 84%) |
| CMYK | cmyk(0%, 32%, 0%, 0%) |
| LAB | lab(80.6 42.5 -28.1) |
| LCH | lch(80.6 50.9 326.5) |
| OKLCH | oklch(0.849 0.140 327.1) |
Copy-ready code
/* CSS */
color: #feacfd;
background-color: #feacfd;
/* Tailwind (arbitrary) */
class="text-[#feacfd] bg-[#feacfd]"
/* SCSS */
$brand: #feacfd;
/* SwiftUI */
Color(red: 0.996, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#feacfd")Accessibility — WCAG contrast
Aa
#feacfd on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feacfd on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green67.5%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow0.4%
Key (black)0.4%
Color previews
#feacfd text on a black background
contrast 12.53:1
Card sample
#feacfd text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feacfd;
Background color
Panel with #feacfd background
background-color: #feacfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feacfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feacfd; background: linear-gradient(135deg, #feacfd, #FEACC6);