#fe8afd
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 138, 253
HSL
301°, 98%, 77%
CMYK
0, 46, 0, 0
Luminance
0.4634
Every format
| HEX | #fe8afd |
| RGB | rgb(254, 138, 253) |
| HSL | hsl(301, 98%, 77%) |
| CMYK | cmyk(0%, 46%, 0%, 0%) |
| LAB | lab(73.8 59.6 -38.5) |
| LCH | lch(73.8 71.0 327.1) |
| OKLCH | oklch(0.798 0.196 327.5) |
Copy-ready code
/* CSS */
color: #fe8afd;
background-color: #fe8afd;
/* Tailwind (arbitrary) */
class="text-[#fe8afd] bg-[#fe8afd]"
/* SCSS */
$brand: #fe8afd;
/* SwiftUI */
Color(red: 0.996, green: 0.541, blue: 0.992)
/* Android */
Color.parseColor("#fe8afd")Accessibility — WCAG contrast
Aa
#fe8afd on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe8afd on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green54.1%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow0.4%
Key (black)0.4%
Color previews
#fe8afd text on a black background
contrast 10.27:1
Card sample
#fe8afd text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe8afd;
Background color
Panel with #fe8afd background
background-color: #fe8afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe8afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 138, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 138, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe8afd; background: linear-gradient(135deg, #fe8afd, #FE8AB0);