#fd69ad
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 105, 173
HSL
332°, 97%, 70%
CMYK
0, 59, 32, 1
Luminance
0.3400
Every format
| HEX | #fd69ad |
| RGB | rgb(253, 105, 173) |
| HSL | hsl(332, 97%, 70%) |
| CMYK | cmyk(0%, 59%, 32%, 1%) |
| LAB | lab(65.0 62.8 -7.5) |
| LCH | lch(65.0 63.3 353.2) |
| OKLCH | oklch(0.723 0.192 354.3) |
Copy-ready code
/* CSS */
color: #fd69ad;
background-color: #fd69ad;
/* Tailwind (arbitrary) */
class="text-[#fd69ad] bg-[#fd69ad]"
/* SCSS */
$brand: #fd69ad;
/* SwiftUI */
Color(red: 0.992, green: 0.412, blue: 0.678)
/* Android */
Color.parseColor("#fd69ad")Accessibility — WCAG contrast
Aa
#fd69ad on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd69ad on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green41.2%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow31.6%
Key (black)0.8%
Color previews
#fd69ad text on a black background
contrast 7.80:1
Card sample
#fd69ad text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd69ad;
Background color
Panel with #fd69ad background
background-color: #fd69ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd69ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 105, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 105, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd69ad; background: linear-gradient(135deg, #fd69ad, #FD8869);