#fd69cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 105, 205
HSL
320°, 97%, 70%
CMYK
0, 59, 19, 1
Luminance
0.3539
Every format
| HEX | #fd69cd |
| RGB | rgb(253, 105, 205) |
| HSL | hsl(320, 97%, 70%) |
| CMYK | cmyk(0%, 59%, 19%, 1%) |
| LAB | lab(66.1 66.9 -23.9) |
| LCH | lch(66.1 71.1 340.3) |
| OKLCH | oklch(0.735 0.209 342.2) |
Copy-ready code
/* CSS */
color: #fd69cd;
background-color: #fd69cd;
/* Tailwind (arbitrary) */
class="text-[#fd69cd] bg-[#fd69cd]"
/* SCSS */
$brand: #fd69cd;
/* SwiftUI */
Color(red: 0.992, green: 0.412, blue: 0.804)
/* Android */
Color.parseColor("#fd69cd")Accessibility — WCAG contrast
Aa
#fd69cd on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd69cd on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green41.2%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow19.0%
Key (black)0.8%
Color previews
#fd69cd text on a black background
contrast 8.08:1
Card sample
#fd69cd text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd69cd;
Background color
Panel with #fd69cd background
background-color: #fd69cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd69cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 105, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 105, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd69cd; background: linear-gradient(135deg, #fd69cd, #FD696A);