#fd6dcd
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 109, 205
HSL
320°, 97%, 71%
CMYK
0, 57, 19, 1
Luminance
0.3623
Every format
| HEX | #fd6dcd |
| RGB | rgb(253, 109, 205) |
| HSL | hsl(320, 97%, 71%) |
| CMYK | cmyk(0%, 57%, 19%, 1%) |
| LAB | lab(66.7 65.2 -22.9) |
| LCH | lch(66.7 69.1 340.6) |
| OKLCH | oklch(0.740 0.204 342.5) |
Copy-ready code
/* CSS */
color: #fd6dcd;
background-color: #fd6dcd;
/* Tailwind (arbitrary) */
class="text-[#fd6dcd] bg-[#fd6dcd]"
/* SCSS */
$brand: #fd6dcd;
/* SwiftUI */
Color(red: 0.992, green: 0.427, blue: 0.804)
/* Android */
Color.parseColor("#fd6dcd")Accessibility — WCAG contrast
Aa
#fd6dcd on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6dcd on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green42.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta56.9%
Yellow19.0%
Key (black)0.8%
Color previews
#fd6dcd text on a black background
contrast 8.25:1
Card sample
#fd6dcd text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6dcd;
Background color
Panel with #fd6dcd background
background-color: #fd6dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 109, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 109, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6dcd; background: linear-gradient(135deg, #fd6dcd, #FD6D6D);