#ff53ce
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 83, 206
HSL
317°, 100%, 66%
CMYK
0, 68, 19, 0
Luminance
0.3190
Every format
| HEX | #ff53ce |
| RGB | rgb(255, 83, 206) |
| HSL | hsl(317, 100%, 66%) |
| CMYK | cmyk(0%, 68%, 19%, 0%) |
| LAB | lab(63.3 76.2 -28.8) |
| LCH | lch(63.3 81.4 339.3) |
| OKLCH | oklch(0.715 0.240 341.2) |
Copy-ready code
/* CSS */
color: #ff53ce;
background-color: #ff53ce;
/* Tailwind (arbitrary) */
class="text-[#ff53ce] bg-[#ff53ce]"
/* SCSS */
$brand: #ff53ce;
/* SwiftUI */
Color(red: 1.000, green: 0.325, blue: 0.808)
/* Android */
Color.parseColor("#ff53ce")Accessibility — WCAG contrast
Aa
#ff53ce on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff53ce on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green32.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta67.5%
Yellow19.2%
Key (black)0.0%
Color previews
#ff53ce text on a black background
contrast 7.38:1
Card sample
#ff53ce text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff53ce;
Background color
Panel with #ff53ce background
background-color: #ff53ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff53ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 83, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 83, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff53ce; background: linear-gradient(135deg, #ff53ce, #FF535B);