#fd6fcd
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 111, 205
HSL
320°, 97%, 71%
CMYK
0, 56, 19, 1
Luminance
0.3666
Every format
| HEX | #fd6fcd |
| RGB | rgb(253, 111, 205) |
| HSL | hsl(320, 97%, 71%) |
| CMYK | cmyk(0%, 56%, 19%, 1%) |
| LAB | lab(67.0 64.3 -22.5) |
| LCH | lch(67.0 68.1 340.7) |
| OKLCH | oklch(0.742 0.201 342.6) |
Copy-ready code
/* CSS */
color: #fd6fcd;
background-color: #fd6fcd;
/* Tailwind (arbitrary) */
class="text-[#fd6fcd] bg-[#fd6fcd]"
/* SCSS */
$brand: #fd6fcd;
/* SwiftUI */
Color(red: 0.992, green: 0.435, blue: 0.804)
/* Android */
Color.parseColor("#fd6fcd")Accessibility — WCAG contrast
Aa
#fd6fcd on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6fcd on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green43.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow19.0%
Key (black)0.8%
Color previews
#fd6fcd text on a black background
contrast 8.33:1
Card sample
#fd6fcd text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6fcd;
Background color
Panel with #fd6fcd background
background-color: #fd6fcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6fcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 111, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 111, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6fcd; background: linear-gradient(135deg, #fd6fcd, #FD706F);