#fe53eb
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 83, 235
HSL
307°, 99%, 66%
CMYK
0, 67, 8, 0
Luminance
0.3326
Every format
| HEX | #fe53eb |
| RGB | rgb(254, 83, 235) |
| HSL | hsl(307, 99%, 66%) |
| CMYK | cmyk(0%, 67%, 8%, 0%) |
| LAB | lab(64.4 80.0 -43.3) |
| LCH | lch(64.4 91.0 331.6) |
| OKLCH | oklch(0.727 0.259 332.7) |
Copy-ready code
/* CSS */
color: #fe53eb;
background-color: #fe53eb;
/* Tailwind (arbitrary) */
class="text-[#fe53eb] bg-[#fe53eb]"
/* SCSS */
$brand: #fe53eb;
/* SwiftUI */
Color(red: 0.996, green: 0.325, blue: 0.922)
/* Android */
Color.parseColor("#fe53eb")Accessibility — WCAG contrast
Aa
#fe53eb on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe53eb on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green32.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta67.3%
Yellow7.5%
Key (black)0.4%
Color previews
#fe53eb text on a black background
contrast 7.65:1
Card sample
#fe53eb text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe53eb;
Background color
Panel with #fe53eb background
background-color: #fe53eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe53eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 83, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 83, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe53eb; background: linear-gradient(135deg, #fe53eb, #FE5379);