#fd85cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 133, 205
HSL
324°, 97%, 76%
CMYK
0, 47, 19, 1
Luminance
0.4207
Every format
| HEX | #fd85cd |
| RGB | rgb(253, 133, 205) |
| HSL | hsl(324, 97%, 76%) |
| CMYK | cmyk(0%, 47%, 19%, 1%) |
| LAB | lab(70.9 54.1 -16.5) |
| LCH | lch(70.9 56.5 343.0) |
| OKLCH | oklch(0.771 0.167 344.8) |
Copy-ready code
/* CSS */
color: #fd85cd;
background-color: #fd85cd;
/* Tailwind (arbitrary) */
class="text-[#fd85cd] bg-[#fd85cd]"
/* SCSS */
$brand: #fd85cd;
/* SwiftUI */
Color(red: 0.992, green: 0.522, blue: 0.804)
/* Android */
Color.parseColor("#fd85cd")Accessibility — WCAG contrast
Aa
#fd85cd on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd85cd on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green52.2%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta47.4%
Yellow19.0%
Key (black)0.8%
Color previews
#fd85cd text on a black background
contrast 9.41:1
Card sample
#fd85cd text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd85cd;
Background color
Panel with #fd85cd background
background-color: #fd85cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd85cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 133, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 133, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd85cd; background: linear-gradient(135deg, #fd85cd, #FD8D85);