#fd5daf
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 93, 175
HSL
329°, 98%, 68%
CMYK
0, 63, 31, 1
Luminance
0.3181
Every format
| HEX | #fd5daf |
| RGB | rgb(253, 93, 175) |
| HSL | hsl(329, 98%, 68%) |
| CMYK | cmyk(0%, 63%, 31%, 1%) |
| LAB | lab(63.2 68.0 -11.3) |
| LCH | lch(63.2 69.0 350.6) |
| OKLCH | oklch(0.710 0.209 352.0) |
Copy-ready code
/* CSS */
color: #fd5daf;
background-color: #fd5daf;
/* Tailwind (arbitrary) */
class="text-[#fd5daf] bg-[#fd5daf]"
/* SCSS */
$brand: #fd5daf;
/* SwiftUI */
Color(red: 0.992, green: 0.365, blue: 0.686)
/* Android */
Color.parseColor("#fd5daf")Accessibility — WCAG contrast
Aa
#fd5daf on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd5daf on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green36.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow30.8%
Key (black)0.8%
Color previews
#fd5daf text on a black background
contrast 7.36:1
Card sample
#fd5daf text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5daf;
Background color
Panel with #fd5daf background
background-color: #fd5daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 93, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 93, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5daf; background: linear-gradient(135deg, #fd5daf, #FD765D);