#fd69cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 105, 207
HSL
319°, 97%, 70%
CMYK
0, 59, 18, 1
Luminance
0.3549
Every format
| HEX | #fd69cf |
| RGB | rgb(253, 105, 207) |
| HSL | hsl(319, 97%, 70%) |
| CMYK | cmyk(0%, 59%, 18%, 1%) |
| LAB | lab(66.1 67.2 -24.9) |
| LCH | lch(66.1 71.7 339.6) |
| OKLCH | oklch(0.736 0.211 341.5) |
Copy-ready code
/* CSS */
color: #fd69cf;
background-color: #fd69cf;
/* Tailwind (arbitrary) */
class="text-[#fd69cf] bg-[#fd69cf]"
/* SCSS */
$brand: #fd69cf;
/* SwiftUI */
Color(red: 0.992, green: 0.412, blue: 0.812)
/* Android */
Color.parseColor("#fd69cf")Accessibility — WCAG contrast
Aa
#fd69cf on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd69cf on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green41.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow18.2%
Key (black)0.8%
Color previews
#fd69cf text on a black background
contrast 8.10:1
Card sample
#fd69cf text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd69cf;
Background color
Panel with #fd69cf background
background-color: #fd69cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd69cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 105, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 105, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd69cf; background: linear-gradient(135deg, #fd69cf, #FD696C);