#ff5dce
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 93, 206
HSL
318°, 100%, 68%
CMYK
0, 64, 19, 0
Luminance
0.3354
Every format
| HEX | #ff5dce |
| RGB | rgb(255, 93, 206) |
| HSL | hsl(318, 100%, 68%) |
| CMYK | cmyk(0%, 64%, 19%, 0%) |
| LAB | lab(64.6 72.5 -26.7) |
| LCH | lch(64.6 77.2 339.8) |
| OKLCH | oklch(0.725 0.228 341.7) |
Copy-ready code
/* CSS */
color: #ff5dce;
background-color: #ff5dce;
/* Tailwind (arbitrary) */
class="text-[#ff5dce] bg-[#ff5dce]"
/* SCSS */
$brand: #ff5dce;
/* SwiftUI */
Color(red: 1.000, green: 0.365, blue: 0.808)
/* Android */
Color.parseColor("#ff5dce")Accessibility — WCAG contrast
Aa
#ff5dce on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff5dce on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green36.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta63.5%
Yellow19.2%
Key (black)0.0%
Color previews
#ff5dce text on a black background
contrast 7.71:1
Card sample
#ff5dce text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff5dce;
Background color
Panel with #ff5dce background
background-color: #ff5dce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff5dce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 93, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 93, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff5dce; background: linear-gradient(135deg, #ff5dce, #FF5D62);