#fd5cff
a light, electric magenta / pink · warm · closest name: magenta
RGB
253, 92, 255
HSL
299°, 100%, 68%
CMYK
1, 64, 0, 0
Luminance
0.3576
Every format
| HEX | #fd5cff |
| RGB | rgb(253, 92, 255) |
| HSL | hsl(299, 100%, 68%) |
| CMYK | cmyk(1%, 64%, 0%, 0%) |
| LAB | lab(66.3 79.6 -51.3) |
| LCH | lch(66.3 94.7 327.2) |
| OKLCH | oklch(0.744 0.263 327.3) |
Copy-ready code
/* CSS */
color: #fd5cff;
background-color: #fd5cff;
/* Tailwind (arbitrary) */
class="text-[#fd5cff] bg-[#fd5cff]"
/* SCSS */
$brand: #fd5cff;
/* SwiftUI */
Color(red: 0.992, green: 0.361, blue: 1.000)
/* Android */
Color.parseColor("#fd5cff")Accessibility — WCAG contrast
Aa
#fd5cff on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd5cff on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green36.1%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta63.9%
Yellow0.0%
Key (black)0.0%
Color previews
#fd5cff text on a black background
contrast 8.15:1
Card sample
#fd5cff text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5cff;
Background color
Panel with #fd5cff background
background-color: #fd5cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 92, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 92, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5cff; background: linear-gradient(135deg, #fd5cff, #FF5C94);