#fe67fd
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 103, 253
HSL
300°, 99%, 70%
CMYK
0, 59, 0, 0
Luminance
0.3786
Every format
| HEX | #fe67fd |
| RGB | rgb(254, 103, 253) |
| HSL | hsl(300, 99%, 70%) |
| CMYK | cmyk(0%, 59%, 0%, 0%) |
| LAB | lab(67.9 75.3 -47.7) |
| LCH | lch(67.9 89.1 327.6) |
| OKLCH | oklch(0.755 0.248 327.9) |
Copy-ready code
/* CSS */
color: #fe67fd;
background-color: #fe67fd;
/* Tailwind (arbitrary) */
class="text-[#fe67fd] bg-[#fe67fd]"
/* SCSS */
$brand: #fe67fd;
/* SwiftUI */
Color(red: 0.996, green: 0.404, blue: 0.992)
/* Android */
Color.parseColor("#fe67fd")Accessibility — WCAG contrast
Aa
#fe67fd on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe67fd on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green40.4%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta59.4%
Yellow0.4%
Key (black)0.4%
Color previews
#fe67fd text on a black background
contrast 8.57:1
Card sample
#fe67fd text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe67fd;
Background color
Panel with #fe67fd background
background-color: #fe67fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe67fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 103, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 103, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe67fd; background: linear-gradient(135deg, #fe67fd, #FE6798);