#fd0eb5
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 14, 181
HSL
318°, 98%, 52%
CMYK
0, 95, 29, 1
Luminance
0.2453
Every format
| HEX | #fd0eb5 |
| RGB | rgb(253, 14, 181) |
| HSL | hsl(318, 98%, 52%) |
| CMYK | cmyk(0%, 95%, 29%, 1%) |
| LAB | lab(56.6 87.9 -24.7) |
| LCH | lch(56.6 91.3 344.3) |
| OKLCH | oklch(0.663 0.277 346.3) |
Copy-ready code
/* CSS */
color: #fd0eb5;
background-color: #fd0eb5;
/* Tailwind (arbitrary) */
class="text-[#fd0eb5] bg-[#fd0eb5]"
/* SCSS */
$brand: #fd0eb5;
/* SwiftUI */
Color(red: 0.992, green: 0.055, blue: 0.710)
/* Android */
Color.parseColor("#fd0eb5")Accessibility — WCAG contrast
Aa
#fd0eb5 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0eb5 on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green5.5%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta94.5%
Yellow28.5%
Key (black)0.8%
Color previews
#fd0eb5 text on a black background
contrast 5.91:1
Card sample
#fd0eb5 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0eb5;
Background color
Panel with #fd0eb5 background
background-color: #fd0eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 14, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 14, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0eb5; background: linear-gradient(135deg, #fd0eb5, #FD0E16);