#ff53db
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 83, 219
HSL
313°, 100%, 66%
CMYK
0, 68, 14, 0
Luminance
0.3256
Every format
| HEX | #ff53db |
| RGB | rgb(255, 83, 219) |
| HSL | hsl(313, 100%, 66%) |
| CMYK | cmyk(0%, 68%, 14%, 0%) |
| LAB | lab(63.8 77.9 -35.3) |
| LCH | lch(63.8 85.5 335.7) |
| OKLCH | oklch(0.721 0.249 337.4) |
Copy-ready code
/* CSS */
color: #ff53db;
background-color: #ff53db;
/* Tailwind (arbitrary) */
class="text-[#ff53db] bg-[#ff53db]"
/* SCSS */
$brand: #ff53db;
/* SwiftUI */
Color(red: 1.000, green: 0.325, blue: 0.859)
/* Android */
Color.parseColor("#ff53db")Accessibility — WCAG contrast
Aa
#ff53db on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff53db on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green32.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta67.5%
Yellow14.1%
Key (black)0.0%
Color previews
#ff53db text on a black background
contrast 7.51:1
Card sample
#ff53db text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff53db;
Background color
Panel with #ff53db background
background-color: #ff53db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff53db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 83, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 83, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff53db; background: linear-gradient(135deg, #ff53db, #FF5368);