#fd54ec
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 84, 236
HSL
306°, 98%, 66%
CMYK
0, 67, 7, 1
Luminance
0.3328
Every format
| HEX | #fd54ec |
| RGB | rgb(253, 84, 236) |
| HSL | hsl(306, 98%, 66%) |
| CMYK | cmyk(0%, 67%, 7%, 1%) |
| LAB | lab(64.4 79.6 -43.9) |
| LCH | lch(64.4 90.8 331.1) |
| OKLCH | oklch(0.727 0.258 332.2) |
Copy-ready code
/* CSS */
color: #fd54ec;
background-color: #fd54ec;
/* Tailwind (arbitrary) */
class="text-[#fd54ec] bg-[#fd54ec]"
/* SCSS */
$brand: #fd54ec;
/* SwiftUI */
Color(red: 0.992, green: 0.329, blue: 0.925)
/* Android */
Color.parseColor("#fd54ec")Accessibility — WCAG contrast
Aa
#fd54ec on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd54ec on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green32.9%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta66.8%
Yellow6.7%
Key (black)0.8%
Color previews
#fd54ec text on a black background
contrast 7.66:1
Card sample
#fd54ec text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd54ec;
Background color
Panel with #fd54ec background
background-color: #fd54ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd54ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 84, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 84, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd54ec; background: linear-gradient(135deg, #fd54ec, #FD547C);