#fe63df
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 99, 223
HSL
312°, 99%, 69%
CMYK
0, 61, 12, 0
Luminance
0.3532
Every format
| HEX | #fe63df |
| RGB | rgb(254, 99, 223) |
| HSL | hsl(312, 99%, 69%) |
| CMYK | cmyk(0%, 61%, 12%, 0%) |
| LAB | lab(66.0 72.2 -34.1) |
| LCH | lch(66.0 79.9 334.7) |
| OKLCH | oklch(0.737 0.231 336.4) |
Copy-ready code
/* CSS */
color: #fe63df;
background-color: #fe63df;
/* Tailwind (arbitrary) */
class="text-[#fe63df] bg-[#fe63df]"
/* SCSS */
$brand: #fe63df;
/* SwiftUI */
Color(red: 0.996, green: 0.388, blue: 0.875)
/* Android */
Color.parseColor("#fe63df")Accessibility — WCAG contrast
Aa
#fe63df on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe63df on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green38.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta61.0%
Yellow12.2%
Key (black)0.4%
Color previews
#fe63df text on a black background
contrast 8.06:1
Card sample
#fe63df text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe63df;
Background color
Panel with #fe63df background
background-color: #fe63df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe63df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 99, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 99, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe63df; background: linear-gradient(135deg, #fe63df, #FE6378);