#fd5ecb
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 94, 203
HSL
319°, 98%, 68%
CMYK
0, 63, 20, 1
Luminance
0.3320
Every format
| HEX | #fd5ecb |
| RGB | rgb(253, 94, 203) |
| HSL | hsl(319, 98%, 68%) |
| CMYK | cmyk(0%, 63%, 20%, 1%) |
| LAB | lab(64.3 71.2 -25.5) |
| LCH | lch(64.3 75.6 340.3) |
| OKLCH | oklch(0.722 0.223 342.2) |
Copy-ready code
/* CSS */
color: #fd5ecb;
background-color: #fd5ecb;
/* Tailwind (arbitrary) */
class="text-[#fd5ecb] bg-[#fd5ecb]"
/* SCSS */
$brand: #fd5ecb;
/* SwiftUI */
Color(red: 0.992, green: 0.369, blue: 0.796)
/* Android */
Color.parseColor("#fd5ecb")Accessibility — WCAG contrast
Aa
#fd5ecb on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd5ecb on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green36.9%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta62.8%
Yellow19.8%
Key (black)0.8%
Color previews
#fd5ecb text on a black background
contrast 7.64:1
Card sample
#fd5ecb text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5ecb;
Background color
Panel with #fd5ecb background
background-color: #fd5ecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5ecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 94, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 94, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5ecb; background: linear-gradient(135deg, #fd5ecb, #FD5E61);