#fd1eb8
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 30, 184
HSL
319°, 98%, 56%
CMYK
0, 88, 27, 1
Luminance
0.2527
Every format
| HEX | #fd1eb8 |
| RGB | rgb(253, 30, 184) |
| HSL | hsl(319, 98%, 56%) |
| CMYK | cmyk(0%, 88%, 27%, 1%) |
| LAB | lab(57.4 86.5 -25.3) |
| LCH | lch(57.4 90.1 343.7) |
| OKLCH | oklch(0.669 0.272 345.7) |
Copy-ready code
/* CSS */
color: #fd1eb8;
background-color: #fd1eb8;
/* Tailwind (arbitrary) */
class="text-[#fd1eb8] bg-[#fd1eb8]"
/* SCSS */
$brand: #fd1eb8;
/* SwiftUI */
Color(red: 0.992, green: 0.118, blue: 0.722)
/* Android */
Color.parseColor("#fd1eb8")Accessibility — WCAG contrast
Aa
#fd1eb8 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd1eb8 on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green11.8%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta88.1%
Yellow27.3%
Key (black)0.8%
Color previews
#fd1eb8 text on a black background
contrast 6.05:1
Card sample
#fd1eb8 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd1eb8;
Background color
Panel with #fd1eb8 background
background-color: #fd1eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd1eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 30, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 30, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd1eb8; background: linear-gradient(135deg, #fd1eb8, #FD1E23);