#ff53df
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 83, 223
HSL
311°, 100%, 66%
CMYK
0, 68, 13, 0
Luminance
0.3277
Every format
| HEX | #ff53df |
| RGB | rgb(255, 83, 223) |
| HSL | hsl(311, 100%, 66%) |
| CMYK | cmyk(0%, 68%, 13%, 0%) |
| LAB | lab(64.0 78.5 -37.2) |
| LCH | lch(64.0 86.9 334.6) |
| OKLCH | oklch(0.723 0.251 336.2) |
Copy-ready code
/* CSS */
color: #ff53df;
background-color: #ff53df;
/* Tailwind (arbitrary) */
class="text-[#ff53df] bg-[#ff53df]"
/* SCSS */
$brand: #ff53df;
/* SwiftUI */
Color(red: 1.000, green: 0.325, blue: 0.875)
/* Android */
Color.parseColor("#ff53df")Accessibility — WCAG contrast
Aa
#ff53df on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff53df on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green32.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta67.5%
Yellow12.5%
Key (black)0.0%
Color previews
#ff53df text on a black background
contrast 7.55:1
Card sample
#ff53df text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff53df;
Background color
Panel with #ff53df background
background-color: #ff53df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff53df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 83, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 83, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff53df; background: linear-gradient(135deg, #ff53df, #FF536C);