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