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