#ff53eb
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 83, 235
HSL
307°, 100%, 66%
CMYK
0, 68, 8, 0
Luminance
0.3344
Every format
| HEX | #ff53eb |
| RGB | rgb(255, 83, 235) |
| HSL | hsl(307, 100%, 66%) |
| CMYK | cmyk(0%, 68%, 8%, 0%) |
| LAB | lab(64.5 80.2 -43.1) |
| LCH | lch(64.5 91.1 331.8) |
| OKLCH | oklch(0.728 0.260 333.0) |
Copy-ready code
/* CSS */
color: #ff53eb;
background-color: #ff53eb;
/* Tailwind (arbitrary) */
class="text-[#ff53eb] bg-[#ff53eb]"
/* SCSS */
$brand: #ff53eb;
/* SwiftUI */
Color(red: 1.000, green: 0.325, blue: 0.922)
/* Android */
Color.parseColor("#ff53eb")Accessibility — WCAG contrast
Aa
#ff53eb on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff53eb on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green32.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta67.5%
Yellow7.8%
Key (black)0.0%
Color previews
#ff53eb text on a black background
contrast 7.69:1
Card sample
#ff53eb text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff53eb;
Background color
Panel with #ff53eb background
background-color: #ff53eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff53eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 83, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 83, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff53eb; background: linear-gradient(135deg, #ff53eb, #FF5378);