#fe5dbf
a light, electric magenta / pink · warm · closest name: orchid
RGB
254, 93, 191
HSL
324°, 99%, 68%
CMYK
0, 63, 25, 0
Luminance
0.3266
Every format
| HEX | #fe5dbf |
| RGB | rgb(254, 93, 191) |
| HSL | hsl(324, 99%, 68%) |
| CMYK | cmyk(0%, 63%, 25%, 0%) |
| LAB | lab(63.9 70.3 -19.3) |
| LCH | lch(63.9 72.9 344.6) |
| OKLCH | oklch(0.717 0.218 346.5) |
Copy-ready code
/* CSS */
color: #fe5dbf;
background-color: #fe5dbf;
/* Tailwind (arbitrary) */
class="text-[#fe5dbf] bg-[#fe5dbf]"
/* SCSS */
$brand: #fe5dbf;
/* SwiftUI */
Color(red: 0.996, green: 0.365, blue: 0.749)
/* Android */
Color.parseColor("#fe5dbf")Accessibility — WCAG contrast
Aa
#fe5dbf on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe5dbf on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green36.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow24.8%
Key (black)0.4%
Color previews
#fe5dbf text on a black background
contrast 7.53:1
Card sample
#fe5dbf text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe5dbf;
Background color
Panel with #fe5dbf background
background-color: #fe5dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe5dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 93, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 93, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe5dbf; background: linear-gradient(135deg, #fe5dbf, #FE665D);