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