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