#fd5aef
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 90, 239
HSL
305°, 98%, 67%
CMYK
0, 64, 6, 1
Luminance
0.3443
Every format
| HEX | #fd5aef |
| RGB | rgb(253, 90, 239) |
| HSL | hsl(305, 98%, 67%) |
| CMYK | cmyk(0%, 64%, 6%, 1%) |
| LAB | lab(65.3 77.9 -44.1) |
| LCH | lch(65.3 89.5 330.5) |
| OKLCH | oklch(0.734 0.253 331.4) |
Copy-ready code
/* CSS */
color: #fd5aef;
background-color: #fd5aef;
/* Tailwind (arbitrary) */
class="text-[#fd5aef] bg-[#fd5aef]"
/* SCSS */
$brand: #fd5aef;
/* SwiftUI */
Color(red: 0.992, green: 0.353, blue: 0.937)
/* Android */
Color.parseColor("#fd5aef")Accessibility — WCAG contrast
Aa
#fd5aef on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd5aef on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green35.3%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta64.4%
Yellow5.5%
Key (black)0.8%
Color previews
#fd5aef text on a black background
contrast 7.89:1
Card sample
#fd5aef text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5aef;
Background color
Panel with #fd5aef background
background-color: #fd5aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 90, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 90, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5aef; background: linear-gradient(135deg, #fd5aef, #FD5A82);