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