#fea7fd
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 167, 253
HSL
301°, 98%, 83%
CMYK
0, 34, 0, 0
Luminance
0.5580
Every format
| HEX | #fea7fd |
| RGB | rgb(254, 167, 253) |
| HSL | hsl(301, 98%, 83%) |
| CMYK | cmyk(0%, 34%, 0%, 0%) |
| LAB | lab(79.5 45.0 -29.7) |
| LCH | lch(79.5 53.9 326.6) |
| OKLCH | oklch(0.841 0.149 327.2) |
Copy-ready code
/* CSS */
color: #fea7fd;
background-color: #fea7fd;
/* Tailwind (arbitrary) */
class="text-[#fea7fd] bg-[#fea7fd]"
/* SCSS */
$brand: #fea7fd;
/* SwiftUI */
Color(red: 0.996, green: 0.655, blue: 0.992)
/* Android */
Color.parseColor("#fea7fd")Accessibility — WCAG contrast
Aa
#fea7fd on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fea7fd on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green65.5%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow0.4%
Key (black)0.4%
Color previews
#fea7fd text on a black background
contrast 12.16:1
Card sample
#fea7fd text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fea7fd;
Background color
Panel with #fea7fd background
background-color: #fea7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fea7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 167, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 167, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fea7fd; background: linear-gradient(135deg, #fea7fd, #FEA7C3);