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